Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp103 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()
DSymbolTable.h135 std::vector<std::string> getSymbolLocations(ObjFile *file, uint32_t symIndex);
DChunks.cpp340 getSymbolLocations(file, rel.SymbolTableIndex); in maybeReportRelocationToDiscarded()