Searched refs:getSymbolLocations (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lld/COFF/ |
D | SymbolTable.cpp | 103 static std::vector<std::string> getSymbolLocations(BitcodeFile *file) { in getSymbolLocations() function 142 getSymbolLocations(ObjFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 193 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex) { in getSymbolLocations() function 194 return getSymbolLocations(file, symIndex, SIZE_MAX).first; in getSymbolLocations() 198 getSymbolLocations(InputFile *file, uint32_t symIndex, size_t maxStrings) { in getSymbolLocations() function 200 return getSymbolLocations(o, symIndex, maxStrings); in getSymbolLocations() 202 std::vector<std::string> symbolLocations = getSymbolLocations(b); in getSymbolLocations() 233 std::tie(symbolLocations, totalLocations) = getSymbolLocations( in reportUndefinedSymbol()
|
D | SymbolTable.h | 135 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex);
|
D | Chunks.cpp | 340 getSymbolLocations(file, rel.SymbolTableIndex); in maybeReportRelocationToDiscarded()
|