Home
last modified time | relevance | path

Searched refs:SymbolListTy (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineModuleInfoImpls.h55 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
56 SymbolListTy GetThreadLocalGVStubList() { in GetThreadLocalGVStubList()
80 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
102 SymbolListTy GetGVStubList() { return getSortedStubs(GVStubs); } in GetGVStubList()
DMachineModuleInfo.h59 using SymbolListTy = std::vector<std::pair<MCSymbol *, StubValueTy>>; variable
66 static SymbolListTy getSortedStubs(DenseMap<MCSymbol*, StubValueTy>&);
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineModuleInfoImpls.cpp35 MachineModuleInfoImpl::SymbolListTy MachineModuleInfoImpl::getSortedStubs( in getSortedStubs()
37 MachineModuleInfoImpl::SymbolListTy List(Map.begin(), Map.end()); in getSortedStubs()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86AsmPrinter.cpp869 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2140 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); in doFinalization()
2159 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); in doFinalization()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp532 MachineModuleInfoMachO::SymbolListTy Stubs = MMIMacho.GetGVStubList(); in emitEndOfAsmFile()