Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp68 static Optional<std::string> getLinkerScriptLocation(const Symbol &sym) { in getLinkerScriptLocation() function
80 else if (Optional<std::string> loc = getLinkerScriptLocation(sym)) in getDefinedLocation()