Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFLinkGraphBuilder.h54 assert(!GraphSymbols[SymIndex] && "Duplicate symbol at index"); in setGraphSymbol()
55 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()
62 SymIndex >= static_cast<COFFSymbolIndex>(GraphSymbols.size())) in getGraphSymbol()
64 return GraphSymbols[SymIndex]; in getGraphSymbol()
75 SecIndex >= static_cast<COFFSectionIndex>(GraphSymbols.size())) in getGraphBlock()
164 std::vector<Symbol *> GraphSymbols; variable
H A DELFLinkGraphBuilder.h93 assert(!GraphSymbols.count(SymIndex) && "Duplicate symbol at index"); in setGraphSymbol()
94 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()
98 auto I = GraphSymbols.find(SymIndex); in getGraphSymbol()
99 if (I == GraphSymbols.end()) in getGraphSymbol()
145 DenseMap<ELFSymbolIndex, Symbol *> GraphSymbols; variable
H A DELF_x86_64.cpp179 Base::GraphSymbols.size()), in addSingleRelocation()
H A DELF_aarch64.cpp156 Base::GraphSymbols.size()), in addSingleRelocation()
H A DCOFFLinkGraphBuilder.cpp192 GraphSymbols.resize(Obj.getNumberOfSymbols()); in graphifySymbols()
H A DELF_riscv.cpp532 Base::GraphSymbols.size()), in addSingleRelocation()