Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp68 static std::optional<std::string> getLinkerScriptLocation(const Symbol &sym) { in getLinkerScriptLocation() function
80 if (std::optional<std::string> loc = getLinkerScriptLocation(sym)) in getDefinedLocation()