Home
last modified time | relevance | path

Searched refs:getDwoId (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp262 static uint64_t getDwoId(const DWARFDie &CUDie) { in getDwoId() function
303 uint64_t DwoId = getDwoId(CUDie); in isClangModuleRef()
362 ClangModules.insert({PCMFile, getDwoId(CUDie)}); in registerModuleReference()
376 uint64_t DwoId = getDwoId(CUDie); in loadClangModule()
415 uint64_t PCMDwoId = getDwoId(ChildCUDie); in loadClangModule()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2415 static uint64_t getDwoId(const DWARFDie &CUDie) { in getDwoId() function
2460 uint64_t DwoId = getDwoId(CUDie); in isClangModuleRef()
2513 ClangModules.insert({PCMFile, getDwoId(CUDie)}); in registerModuleReference()
2527 uint64_t DwoId = getDwoId(CUDie); in loadClangModule()
2567 uint64_t PCMDwoId = getDwoId(ChildCUDie); in loadClangModule()