Searched refs:AccelTables (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
| H A D | DWARFLinkerImpl.h | |
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/ |
| H A D | DebugInfoLinker.cpp | 404 SmallVector<typename Linker::AccelTableKind> AccelTables; in linkDebugInfoImpl() local 412 AccelTables.push_back(Linker::AccelTableKind::DebugNames); in linkDebugInfoImpl() 417 for (typename Linker::AccelTableKind Table : AccelTables) in linkDebugInfoImpl() 436 else if (!llvm::is_contained(AccelTables, *SrcAccelTableKind)) in linkDebugInfoImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerImpl.h | 100 assert(!llvm::is_contained(GlobalData.getOptions().AccelTables, Kind)); in addAccelTableKind() 101 GlobalData.Options.AccelTables.emplace_back(Kind); in addAccelTableKind()
|
| H A D | DWARFLinkerGlobalData.h | 58 SmallVector<DWARFLinkerBase::AccelTableKind, 1> AccelTables; member
|
| H A D | DWARFLinkerTypeUnit.cpp | 349 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in finishCloningAndEmit() 367 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in finishCloningAndEmit()
|
| H A D | DWARFLinkerImpl.cpp | 1123 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1132 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1139 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput() 1147 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
|
| H A D | DWARFLinkerCompileUnit.cpp | 1274 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in cloneAndEmit()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 286 assert(!llvm::is_contained(Options.AccelTables, Kind)); in addAccelTableKind() 287 Options.AccelTables.emplace_back(Kind); in addAccelTableKind() 823 SmallVector<AccelTableKind, 1> AccelTables; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinker.h | |
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 95 static cl::opt<AccelTableKind> AccelTables( variable 315 if (AccelTables != AccelTableKind::Default) in computeAccelTableKind() 316 return AccelTables; in computeAccelTableKind()
|
| /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 | 2348 for (AccelTableKind AccelTableKind : Options.AccelTables) { in emitAcceleratorEntriesForUnit() 3020 for (AccelTableKind TableKind : Options.AccelTables) { in link()
|