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

/external/llvm/lib/Analysis/
H A DModuleDebugInfoPrinter.cpp59 for (DICompileUnit CU : Finder.compile_units()) {
/external/llvm/lib/IR/
H A DDebugInfo.cpp44 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
382 bool DICompileUnit::Verify() const {
802 DIArray DICompileUnit::getEnumTypes() const {
809 DIArray DICompileUnit::getRetainedTypes() const {
816 DIArray DICompileUnit::getSubprograms() const {
823 DIArray DICompileUnit::getGlobalVariables() const {
830 DIArray DICompileUnit::getImportedEntities() const {
961 DICompileUnit CU(CU_Nodes->getOperand(CUi));
1010 DICompileUnit CU(CU_Nodes->getOperand(i));
1082 addCompileUnit(DICompileUnit(Scop
[all...]
H A DDIBuilder.cpp100 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
153 return DICompileUnit(CUNode);
H A DVerifier.cpp2546 for (DICompileUnit CU : Finder.compile_units()) {
2547 Assert1(CU.Verify(), "DICompileUnit does not Verify!", CU);
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp237 DICompileUnit CU = DBuilder.createCompileUnit(dwarf::DW_LANG_C99,
319 DICompileUnit CU1(*Iter);
322 DICompileUnit CU2(*Iter);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h73 DICompileUnit CUNode;
144 DwarfUnit(unsigned UID, dwarf::Tag, DICompileUnit CU, AsmPrinter *A,
208 DICompileUnit getCUNode() const { return CUNode; }
533 DwarfCompileUnit(unsigned UID, DICompileUnit Node, AsmPrinter *A,
H A DDwarfDebug.h507 DwarfCompileUnit &constructDwarfCompileUnit(DICompileUnit DIUnit);
H A DDwarfDebug.cpp623 DwarfCompileUnit &DwarfDebug::constructDwarfCompileUnit(DICompileUnit DIUnit) {
748 DICompileUnit CUNode(N);
812 DICompileUnit TheCU(N);
847 DICompileUnit TheCU(N);
H A DDwarfUnit.cpp44 DwarfUnit::DwarfUnit(unsigned UID, dwarf::Tag UnitTag, DICompileUnit Node,
54 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, DICompileUnit Node,
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp220 DICompileUnit(CUNode), F.getName(), MangledName, DIFile(FileNode), Line,
281 DICompileUnit ExistingCU(CUToReplace);
299 DICompileUnit CU(CUNode);
477 DICompileUnit CU(CUNode->getOperand(0));
575 "DICompileUnit, or construct DebugIR with "
585 // file name from the DICompileUnit descriptor.
H A DGCOVProfiling.cpp131 std::string mangleName(DICompileUnit CU, const char *NewStem);
417 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) {
482 DICompileUnit CU(CU_Nodes->getOperand(i));
569 DICompileUnit CU(CU_Nodes->getOperand(i));
850 DICompileUnit CU(CU_Nodes->getOperand(i));
/external/llvm/include/llvm/IR/
H A DDebugInfo.h206 /// (DICompileUnit, DISubprogram, etc.), but not for, e.g., a DIType.
422 /// DICompileUnit - A wrapper for a compile unit.
423 class DICompileUnit : public DIScope { class in namespace:llvm
428 explicit DICompileUnit(const MDNode *N = nullptr) : DIScope(N) {} function in class:llvm::DICompileUnit
880 bool addCompileUnit(DICompileUnit CU);
894 typedef SmallVectorImpl<DICompileUnit>::const_iterator compile_unit_iterator;
927 SmallVector<DICompileUnit, 8> CUs; // Compile Units
H A DDIBuilder.h34 class DICompileUnit;
121 DICompileUnit createCompileUnit(unsigned Lang, StringRef File,
/external/llvm/unittests/Transforms/DebugIR/
H A DDebugIR.cpp282 DICompileUnit CU(*Finder.compile_units().begin());
/external/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp309 for (DICompileUnit DIC : F.compile_units()) {
310 assert(DIC.Verify() && "DIC must verify as a DICompileUnit.");
/external/clang/lib/CodeGen/
H A DCGDebugInfo.h55 llvm::DICompileUnit TheCU;
H A DCGDebugInfo.cpp585 llvm::DICompileUnit TheCU) {
/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp972 DICompileUnit CU(CUNodes->getOperand(I));
/external/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp192 for (DICompileUnit CU : Finder.compile_units()) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1113 for (DICompileUnit DIUnit : DbgFinder.compile_units()) {

Completed in 242 milliseconds