/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.cpp | 38 if (DWARFDie CUDie = getUnitDIE(false)) { in dump() local
|
H A D | DWARFContext.cpp | 1030 DWARFDie CUDie = U->getUnitDIE(false); dump() local 1556 DWARFDie CUDie = CU->getUnitDIE(false); getDIEsForAddress() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerImpl.cpp | 264 CUDie.find({dwarf::DW_AT_dwo_id, dwarf::DW_AT_GNU_dwo_id})); in getDwoId() argument 72 DWARFDie CUDie = CU->getUnitDIE(); addObjectFile() local 285 getPCMFile(const DWARFDie & CUDie,DWARFLinker::ObjectPrefixMapTy * ObjectPrefixMap) getPCMFile() argument 300 isClangModuleRef(const DWARFDie & CUDie,std::string & PCMFile,unsigned Indent,bool Quiet) isClangModuleRef() argument 346 registerModuleReference(const DWARFDie & CUDie,ObjFileLoaderTy Loader,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) registerModuleReference() argument 375 loadClangModule(ObjFileLoaderTy Loader,const DWARFDie & CUDie,const std::string & PCMFile,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) loadClangModule() argument 478 auto CUDie = OrigCU->getUnitDIE(); link() local [all...] |
H A D | DWARFLinkerCompileUnit.cpp | 51 DWARFDie CUDie = OrigUnit.getUnitDIE(); in CompileUnit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFLinker.cpp | 2417 CUDie.find({dwarf::DW_AT_dwo_id, dwarf::DW_AT_GNU_dwo_id})); in getPCMFile() argument 212 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); analyzeImportedModule() local 2114 DWARFDie CUDie = Unit.getOrigUnit().getUnitDIE(); generateLineTableForUnit() local 2395 getDwoId(const DWARFDie & CUDie) getDwoId() argument 2431 isClangModuleRef(const DWARFDie & CUDie,std::string & PCMFile,LinkContext & Context,unsigned Indent,bool Quiet) isClangModuleRef() argument 2473 registerModuleReference(const DWARFDie & CUDie,LinkContext & Context,ObjFileLoaderTy Loader,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) registerModuleReference() argument 2504 loadClangModule(ObjFileLoaderTy Loader,const DWARFDie & CUDie,const std::string & PCMFile,LinkContext & Context,CompileUnitHandlerTy OnCUDieLoaded,unsigned Indent) loadClangModule() argument 2679 DWARFDie CUDie = CU->getUnitDIE(); addObjectFile() local 2754 auto CUDie = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/true); link() local 2797 auto CUDie = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/false); link() local 2809 auto CUDie = CurrentUnit->getOrigUnit().getUnitDIE(); link() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerCompileUnit.h | 113 auto CUDie = OrigUnit.getUnitDIE(false); in CompileUnit() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVELFReader.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 860 if (DWARFDie CUDie = CU->getNonSkeletonUnitDIE(false)) { collectStatsForObjectFile() local
|
H A D | llvm-dwarfdump.cpp | 415 DWARFDie CUDie = CU->getUnitDIE(false); filterByName() local
|