Searched defs:CUDie (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp924 DWARFDie CUDie = CU->getNonSkeletonUnitDIE( local
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h113 auto CUDie = OrigUnit.getUnitDIE(false); local
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp415 DWARFDie CUDie = CU->getUnitDIE(false); local
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp72 DWARFDie CUDie = CU->getUnitDIE(); local
264 static uint64_t getDwoId(const DWARFDie &CUDie) { argument
285 static std::string getPCMFile(const DWARFDie &CUDie, argument
299 isClangModuleRef( const DWARFDie &CUDie, std::string &PCMFile, unsigned Indent, bool Quiet) argument
345 registerModuleReference( const DWARFDie &CUDie, ObjFileLoaderTy Loader, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
374 loadClangModule( ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
478 auto CUDie = OrigCU->getUnitDIE(); local
[all...]
H A DDWARFLinkerCompileUnit.cpp51 DWARFDie CUDie = OrigUnit.getUnitDIE(); local
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp212 DWARFDie CUDie = CU.getOrigUnit().getUnitDIE(); local
2395 static uint64_t getDwoId(const DWARFDie &CUDie) { argument
2417 getPCMFile(const DWARFDie &CUDie, argument
2431 std::pair<bool, bool> DWARFLinker::isClangModuleRef(const DWARFDie &CUDie, argument
2473 registerModuleReference(const DWARFDie &CUDie, LinkContext &Context, ObjFileLoaderTy Loader, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
2503 loadClangModule( ObjFileLoaderTy Loader, const DWARFDie &CUDie, const std::string &PCMFile, LinkContext &Context, CompileUnitHandlerTy OnCUDieLoaded, unsigned Indent) argument
2679 DWARFDie CUDie = CU->getUnitDIE(); local
2754 auto CUDie = CU->getUnitDIE(/*ExtractUnitDIEOnly=*/true); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1556 DWARFDie CUDie = CU->getUnitDIE(false); local

Completed in 207 milliseconds