Searched defs:DICompileUnit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDebugInfo.h86 DECLARE_SIMPLIFY_DESCRIPTOR(DICompileUnit)
225 class DICompileUnit { class in namespace:llvm
229 DICompileUnit(const MDCompileUnit *N = nullptr) function in class:llvm::DICompileUnit
406 SIMPLIFY_DESCRIPTOR(DICompileUnit)
477 bool addCompileUnit(DICompileUnit CU);
484 typedef SmallVectorImpl<DICompileUnit>::const_iterator compile_unit_iterator;
518 SmallVector<DICompileUnit, 8> CUs;

Completed in 81 milliseconds