Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6556 SmallVector<uint32_t> SymbolIndexes; in getSymbolIndexesForFunctionAddress() local
6577 return SymbolIndexes; in getSymbolIndexesForFunctionAddress()
6591 return SymbolIndexes; in getSymbolIndexesForFunctionAddress()
6609 return SymbolIndexes; in getSymbolIndexesForFunctionAddress()
6613 SymbolIndexes.push_back(Index); in getSymbolIndexesForFunctionAddress()
6616 return SymbolIndexes; in getSymbolIndexesForFunctionAddress()