Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbolTable.cpp458 std::vector<std::string> otherReferences; member
618 for (const std::string &loc : locations.otherReferences) { in reportUndefinedSymbol()
637 locations.otherReferences.size() + locations.codeReferences.size(); in reportUndefinedSymbol()
677 undefs[&sym].otherReferences.push_back(source.str()); in treatUndefinedSymbol()