Searched refs:getSymbolLocations (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | SymbolTable.cpp | 138 static std::vector<std::string> getSymbolLocations(BitcodeFile *file) { in getSymbolLocations() function 177 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 228 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() function 229 return getSymbolLocations(file, symIndex, SIZE_MAX).first; in getSymbolLocations() 233 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 235 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations() 237 std::vector<std::string> symbolLocations = getSymbolLocations(b); in getSymbolLocations() 267 auto [symbolLocations, totalLocations] = getSymbolLocations( in reportUndefinedSymbol()
|
H A D | SymbolTable.h | 144 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex);
|
H A D | Chunks.cpp | 381 getSymbolLocations(file, rel.SymbolTableIndex); in maybeReportRelocationToDiscarded()
|