Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h31 bool isUnderSysroot = false; member
H A DScriptLexer.cpp49 isUnderSysroot = true; in Buffer()
H A DScriptParser.cpp314 if (curBuf.isUnderSysroot && s.starts_with("/")) { in addFile()