Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp2001 static uint64_t getDwoId(const DWARFDie &CUDie, const DWARFUnit &Unit) { in getDwoId() function
2034 uint64_t DwoId = getDwoId(CUDie, Unit); in registerModuleReference()
2122 uint64_t PCMDwoId = getDwoId(CUDie, *CU); in loadClangModule()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp3213 static uint64_t getDwoId(const DWARFDebugInfoEntryMinimal &CUDie, in getDwoId() function
3237 uint64_t DwoId = getDwoId(CUDie, Unit); in registerModuleReference()
3352 uint64_t PCMDwoId = getDwoId(*CUDie, *CU); in loadClangModule()