Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELFLinkGraphBuilder.h95 assert(!GraphSymbols.count(SymIndex) && "Duplicate symbol at index"); in setGraphSymbol()
96 GraphSymbols[SymIndex] = &Sym; in setGraphSymbol()
100 auto I = GraphSymbols.find(SymIndex); in getGraphSymbol()
101 if (I == GraphSymbols.end()) in getGraphSymbol()
122 DenseMap<ELFSymbolIndex, Symbol *> GraphSymbols; variable
H A DELF_riscv.cpp241 std::to_string(Base::GraphSymbols.size()), in addRelocations()
H A DELF_x86_64.cpp331 " Size of table: " + std::to_string(GraphSymbols.size()), in addRelocations()