Home
last modified time | relevance | path

Searched refs:UniqueUnitID (Results 1 – 6 of 6) 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.cpp24 : UniqueUnitID(0), DebugStrStrings(GlobalData), in DWARFLinkerImpl()
33 std::atomic<size_t> &UniqueUnitID) in LinkContext() argument
35 ClangModules(ClangModules), UniqueUnitID(UniqueUnitID) { in LinkContext()
65 GlobalData, File, ClangModules, UniqueUnitID)); in addObjectFile()
92 UniqueUnitID = 0; in link()
172 GlobalData, UniqueUnitID++, Language, GlobalFormat, GlobalEndianness); in link()
433 GlobalData, *CU, UniqueUnitID.fetch_add(1), ModuleName, *ErrOrObj, in loadClangModule()
485 GlobalData, *OrigCU, UniqueUnitID.fetch_add(1), "", InputDWARFFile, in link()
/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.cpp2580 Unit = std::make_unique<CompileUnit>(*CU, UniqueUnitID++, !Options.NoODR, in loadClangModule()
2823 *CU, UniqueUnitID++, !Options.NoODR && !Options.Update, "")); in link()