Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp391 if (Str.consume_front_insensitive("0x")) in GetAutoSenseRadix()
394 if (Str.consume_front_insensitive("0b")) in GetAutoSenseRadix()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDriverUtils.cpp315 if (arg.consume_front_insensitive("level=")) { in parseManifestUAC()
319 if (arg.consume_front_insensitive("uiaccess=")) { in parseManifestUAC()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h630 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive() function
/freebsd/contrib/llvm-project/lld/MachO/
H A DDriver.cpp998 alignStr.consume_front_insensitive("0x"); in parseSectAlign()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp1274 F128LibName.consume_front_insensitive("lib"); in addFortranRuntimeLibs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp6984 bool EnableFeature = !Name.consume_front_insensitive("no"); in parseDirectiveArch()
7075 bool EnableFeature = !Name.consume_front_insensitive("no"); in parseDirectiveCPU()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp12950 bool EnableFeature = !Name.consume_front_insensitive("no"); in enableArchExtFeature()