Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DRelocations.cpp69 static Optional<std::string> getLinkerScriptLocation(const Symbol &Sym) { in getLinkerScriptLocation() function
87 else if (Optional<std::string> Loc = getLinkerScriptLocation(Sym)) in getLocation()