Home
last modified time | relevance | path

Searched refs:AccelTables (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/
H A DDWARFLinkerImpl.h
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp404 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 DDWARFLinkerImpl.h100 assert(!llvm::is_contained(GlobalData.getOptions().AccelTables, Kind)); in addAccelTableKind()
101 GlobalData.Options.AccelTables.emplace_back(Kind); in addAccelTableKind()
H A DDWARFLinkerGlobalData.h58 SmallVector<DWARFLinkerBase::AccelTableKind, 1> AccelTables; member
H A DDWARFLinkerImpl.cpp1125 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1134 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1141 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
1149 if (llvm::is_contained(GlobalData.Options.AccelTables, in emitCommonSectionsAndWriteCompileUnitsToTheOutput()
H A DDWARFLinkerCompileUnit.cpp1278 if (llvm::is_contained(GlobalData.getOptions().AccelTables, in cloneAndEmit()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp96 static cl::opt<AccelTableKind> AccelTables( variable
311 if (AccelTables != AccelTableKind::Default) in computeAccelTableKind()
312 return AccelTables; in computeAccelTableKind()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp2231 for (AccelTableKind AccelTableKind : Options.AccelTables) { in emitAcceleratorEntriesForUnit()
2903 for (AccelTableKind TableKind : Options.AccelTables) { in link()