Home
last modified time | relevance | path

Searched refs:SymbolIndexTable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DXCOFFLinkGraphBuilder.cpp266 SymbolIndexTable[SymbolIndex] = in processCsectsAndSymbols()
339 SymbolIndexTable[SymbolIndex] = in processCsectsAndSymbols()
373 assert(SymbolIndexTable.contains(SymbolIndex) && in processRelocations()
375 auto *S = SymbolIndexTable[SymbolIndex]; in processRelocations()
H A DXCOFFLinkGraphBuilder.h57 DenseMap<uint32_t, Symbol *> SymbolIndexTable; variable