Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/
H A DDebugInfoLinker.cpp385 SmallVector<DwarfLinkerAccelTableKind> AccelTables; in linkDebugInfo() local
393 AccelTables.push_back(DwarfLinkerAccelTableKind::DebugNames); in linkDebugInfo()
398 for (DwarfLinkerAccelTableKind Table : AccelTables) in linkDebugInfo()
416 else if (std::find(AccelTables.begin(), AccelTables.end(), in linkDebugInfo()
417 *SrcAccelTableKind) == AccelTables.end()) in linkDebugInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h302 assert(std::find(Options.AccelTables.begin(), Options.AccelTables.end(), in addAccelTableKind()
303 Kind) == Options.AccelTables.end()); in addAccelTableKind()
304 Options.AccelTables.emplace_back(Kind); in addAccelTableKind()
839 SmallVector<DwarfLinkerAccelTableKind, 1> AccelTables; member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp95 static cl::opt<AccelTableKind> AccelTables( variable
330 if (AccelTables != AccelTableKind::Default) in computeAccelTableKind()
331 return AccelTables; in computeAccelTableKind()
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1919 for (DwarfLinkerAccelTableKind AccelTableKind : Options.AccelTables) { in emitAcceleratorEntriesForUnit()
2666 for (DwarfLinkerAccelTableKind TableKind : Options.AccelTables) { in link()