Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.cpp67 static std::optional<std::string> getLinkerScriptLocation(const Symbol &sym) { in getLinkerScriptLocation() function
79 if (std::optional<std::string> loc = getLinkerScriptLocation(sym)) in getDefinedLocation()