Searched refs:UniqueUnitID (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerImpl.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.h | 202 std::atomic<size_t> &UniqueUnitID; member 206 std::atomic<size_t> &UniqueUnitID); 340 std::atomic<size_t> UniqueUnitID; variable
|
| H A D | DWARFLinkerImpl.cpp | 23 : 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 D | DWARFLinker.h | 787 unsigned UniqueUnitID = 0; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 2697 Unit = std::make_unique<CompileUnit>(*CU, UniqueUnitID++, !Options.NoODR, in loadClangModule() 2940 *CU, UniqueUnitID++, !Options.NoODR && !Options.Update, "")); in link()
|