Home
last modified time | relevance | path

Searched refs:UniqueUnitID (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h202 std::atomic<size_t> &UniqueUnitID; member
206 std::atomic<size_t> &UniqueUnitID);
340 std::atomic<size_t> UniqueUnitID; variable
H A DDWARFLinkerImpl.cpp23 : UniqueUnitID(0), DebugStrStrings(GlobalData), in DWARFLinkerImpl()
32 std::atomic<size_t> &UniqueUnitID) in LinkContext() argument
34 ClangModules(ClangModules), UniqueUnitID(UniqueUnitID) { in LinkContext()
64 GlobalData, File, ClangModules, UniqueUnitID)); in addObjectFile()
91 UniqueUnitID = 0; in link()
171 GlobalData, UniqueUnitID++, Language, GlobalFormat, GlobalEndianness); in link()
432 GlobalData, *CU, UniqueUnitID.fetch_add(1), ModuleName, *ErrOrObj, in loadClangModule()
484 GlobalData, *OrigCU, UniqueUnitID.fetch_add(1), "", InputDWARFFile, in link()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h787 unsigned UniqueUnitID = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2697 Unit = std::make_unique<CompileUnit>(*CU, UniqueUnitID++, !Options.NoODR, in loadClangModule()
2940 *CU, UniqueUnitID++, !Options.NoODR && !Options.Update, "")); in link()