Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp44 static bool isUnderSysroot(StringRef Path);
51 IsUnderSysroot(isUnderSysroot(MB.getBufferIdentifier())) {} in ScriptParser()
135 static bool isUnderSysroot(StringRef Path) { in isUnderSysroot() function