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 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...]
DwarfDebug.h 446 void constructAndAddImportedEntityDIE(DwarfCompileUnit &TheCU,
460 void collectVariableInfo(DwarfCompileUnit &TheCU, const DISubprogram *SP,
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 156 Mod ? Mod : TheCU);
276 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
277 remapDIPath(TheCU->getDirectory()));
284 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
285 remapDIPath(TheCU->getDirectory()));
305 return DBuilder.createFile(remapDIPath(TheCU->getFilename()),
306 remapDIPath(TheCU->getDirectory()));
400 // FIXME - Eliminate TheCU.
401 TheCU = DBuilder.createCompileUnit(
427 "objc_class", TheCU,
    [all...]
CGDebugInfo.h 58 llvm::DICompileUnit *TheCU = nullptr;
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 92 DICompileUnit *TheCU;
834 Scope = TheCU;
    [all...]

Completed in 135 milliseconds