Home
last modified time | relevance | path

Searched defs:CUDie (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFCompileUnit.cpp38 if (DWARFDie CUDie = getUnitDIE(false)) { in dump() local
H A DDWARFContext.cpp1031 DWARFDie CUDie = U->getUnitDIE(false); in dump() local
1558 DWARFDie CUDie = CU->getUnitDIE(false); in getDIEsForAddress() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp70 DWARFDie CUDie = CU->getUnitDIE(); in addObjectFile() local
262 static uint64_t getDwoId(const DWARFDie &CUDie) { in getDwoId()
283 static std::string getPCMFile(const DWARFDie &CUDie, in getPCMFile()
298 const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) { in isClangModuleRef()
344 const DWARFDie &CUDie, ObjFileLoaderTy Loader, in registerModuleReference()
373 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
476 auto CUDie = OrigCU->getUnitDIE(); in link() local
H A DDWARFLinkerCompileUnit.cpp51 DWARFDie CUDie = OrigUnit.getUnitDIE(); in CompileUnit() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp223 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); in analyzeImportedModule() local
2131 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); in generateLineTableForUnit() local
2415 static uint64_t getDwoId(const DWARFDie &CUDie) { in getDwoId()
2437 getPCMFile(const DWARFDie &CUDie, in getPCMFile()
2451 std::pair<bool, bool> DWARFLinker::isClangModuleRef(const DWARFDie &CUDie, in isClangModuleRef()
2493 bool DWARFLinker::registerModuleReference(const DWARFDie &CUDie, in registerModuleReference()
2524 ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, in loadClangModule()
2699 DWARFDie CUDie = CU->getUnitDIE(); in addObjectFile() local
2774 auto CUDie = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/true); in link() local
2817 auto CUDie = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); in link() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h113 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp938 DWARFDie CUDie = CU->getNonSkeletonUnitDIE( in createScopes() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp445 DWARFDie CUDie = CU->getUnitDIE(false); in filterByName() local
H A DStatistics.cpp880 if (DWARFDie CUDie = CU->getNonSkeletonUnitDIE(false)) { in collectStatsForObjectFile() local