Searched refs:getDwoId (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.cpp264 static uint64_t getDwoId(const DWARFDie &CUDie) { function
305 uint64_t DwoId = getDwoId(CUDie);
364 ClangModules.insert({PCMFile, getDwoId(CUDie)});
378 uint64_t DwoId = getDwoId(CUDie);
417 uint64_t PCMDwoId = getDwoId(ChildCUDie);
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2395 static uint64_t getDwoId(const DWARFDie &CUDie) { function
2440 uint64_t DwoId = getDwoId(CUDie);
2493 ClangModules.insert({PCMFile, getDwoId(CUDie)});
2507 uint64_t DwoId = getDwoId(CUDie);
2547 uint64_t PCMDwoId = getDwoId(ChildCUDie);

Completed in 77 milliseconds