Searched refs:getSymbolLocations (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 97 static std::vector<std::string> getSymbolLocations(BitcodeFile *file) { in getSymbolLocations() function 136 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 187 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() function 188 return getSymbolLocations(file, symIndex, SIZE_MAX).first; in getSymbolLocations() 192 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 194 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations() 196 std::vector<std::string> symbolLocations = getSymbolLocations(b); in getSymbolLocations() 224 auto [symbolLocations, totalLocations] = getSymbolLocations( in reportUndefinedSymbol()
|
| H A D | SymbolTable.h | 226 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex);
|
| H A D | Chunks.cpp | 393 getSymbolLocations(file, rel.SymbolTableIndex); in maybeReportRelocationToDiscarded()
|