HomeSort by relevance Sort by last modified time
    Searched refs:CUNode (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 74 DICompileUnit CUNode;
144 uint16_t getLanguage() const { return CUNode->getSourceLanguage(); }
145 DICompileUnit getCUNode() const { return CUNode; }
DwarfDebug.cpp 448 DICompileUnit CUNode = cast<MDCompileUnit>(N);
449 DwarfCompileUnit &CU = constructDwarfCompileUnit(CUNode);
450 for (auto *IE : CUNode->getImportedEntities())
457 for (auto *GV : CUNode->getGlobalVariables())
459 for (auto *SP : CUNode->getSubprograms())
461 for (DIType Ty : CUNode->getEnumTypes()) {
467 for (DIType Ty : CUNode->getRetainedTypes()) {
475 for (auto *IE : CUNode->getImportedEntities())
    [all...]
DwarfUnit.cpp 70 : UniqueID(UID), CUNode(Node), UnitDie(UnitTag), DebugInfoOffset(0), Asm(A),
    [all...]
  /external/llvm/lib/IR/
DebugInfo.cpp 381 DICompileUnit CUNode = cast<MDCompileUnit>(N);
382 for (DISubprogram SP : CUNode->getSubprograms()) {
DIBuilder.cpp 146 MDCompileUnit *CUNode = MDCompileUnit::get(
159 NMD->addOperand(CUNode);
162 trackIfUnresolved(CUNode);
163 return CUNode;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 171 milliseconds