Home
last modified time | relevance | path

Searched defs:HasNul (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp69 bool HasNul = Tok.end() != Str.end() && Tok.data()[Tok.size()] == '\0'; parse() local
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp982 bool HasNul = tok.end() != s.end() && tok.data()[tok.size()] == '\0'; in parseDirectives() local