Home
last modified time | relevance | path

Searched refs:ClangModules (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h193 StringMap<uint64_t> &ClangModules; member
206 StringMap<uint64_t> &ClangModules,
344 StringMap<uint64_t> ClangModules; variable
H A DDWARFLinkerImpl.cpp34 StringMap<uint64_t> &ClangModules, in LinkContext() argument
37 ClangModules(ClangModules), UniqueUnitID(UniqueUnitID) { in LinkContext()
67 GlobalData, File, ClangModules, UniqueUnitID)); in addObjectFile()
320 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef()
321 if (Cached != ClangModules.end()) { in isClangModuleRef()
364 ClangModules.insert({PCMFile, getDwoId(CUDie)}); in registerModuleReference()
426 ClangModules[PCMFile] = PCMDwoId; in loadClangModule()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h775 StringMap<uint64_t> ClangModules; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2455 auto Cached = ClangModules.find(PCMFile); in isClangModuleRef()
2456 if (Cached != ClangModules.end()) { in isClangModuleRef()
2493 ClangModules.insert({PCMFile, getDwoId(CUDie)}); in registerModuleReference()
2556 ClangModules[PCMFile] = PCMDwoId; in loadClangModule()