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

  /external/clang/lib/CodeGen/
CGDebugInfo.h 58 llvm::DICompileUnit *TheCU = nullptr;
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 92 DICompileUnit *TheCU;
834 Scope = TheCU;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 453 void DwarfDebug::constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
455 if (DIE *D = TheCU.getOrCreateContextDIE(N->getScope()))
456 D->addChild(TheCU.constructImportedEntityDIE(N));
540 auto *TheCU = cast<DICompileUnit>(N);
543 static_cast<DwarfCompileUnit *>(CUMap.lookup(TheCU));
545 for (auto *SP : TheCU->getSubprograms()) {
567 auto &TheCU = *P.second;
570 TheCU.constructContainingTypeDIEs();
575 auto *SkCU = TheCU.getSkeleton();
578 uint64_t ID = DIEHash(Asm).computeCUSignature(TheCU.getUnitDie())
    [all...]

Completed in 149 milliseconds