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

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 422 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
425 if (DIE *D = TheCU.getOrCreateContextDIE(Module->getScope()))
426 D->addChild(TheCU.constructImportedEntityDIE(Module));
516 DICompileUnit TheCU = cast<MDCompileUnit>(N);
519 static_cast<DwarfCompileUnit *>(CUMap.lookup(TheCU));
521 for (auto *SP : TheCU->getSubprograms()) {
543 auto &TheCU = *P.second;
546 TheCU.constructContainingTypeDIEs();
551 auto *SkCU = TheCU.getSkeleton();
554 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie())
    [all...]
DwarfDebug.h 456 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
470 void collectVariableInfo(DwarfCompileUnit &TheCU, DISubprogram SP,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 148 return TheCU;
164 return TheCU;
253 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory());
260 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory());
280 return DBuilder.createFile(TheCU->getFilename(), TheCU->getDirectory());
378 // FIXME - Eliminate TheCU.
379 TheCU = DBuilder.createCompileUnit
    [all...]
CGDebugInfo.h 55 llvm::DICompileUnit TheCU;
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 96 DICompileUnit TheCU;
832 Scope = TheCU;
    [all...]

Completed in 5889 milliseconds