Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DSymbolTable.cpp232 size_t totalLocations = 0; in reportUndefinedSymbol() local
233 std::tie(symbolLocations, totalLocations) = getSymbolLocations( in reportUndefinedSymbol()
236 numRefs += totalLocations; in reportUndefinedSymbol()