Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/Common/
HDArgs.cpp35 s.consume_front_insensitive("0x"); in getInteger()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDMarkupFilter.cpp614 Remainder.consume_front_insensitive("r"); in parseMode()
615 Remainder.consume_front_insensitive("w"); in parseMode()
616 Remainder.consume_front_insensitive("x"); in parseMode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDStringRef.cpp391 if (Str.consume_front_insensitive("0x")) in GetAutoSenseRadix()
394 if (Str.consume_front_insensitive("0b")) in GetAutoSenseRadix()
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDriverUtils.cpp315 if (arg.consume_front_insensitive("level=")) { in parseManifestUAC()
319 if (arg.consume_front_insensitive("uiaccess=")) { in parseManifestUAC()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDStringRef.h630 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive() function
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDDriver.cpp998 alignStr.consume_front_insensitive("0x"); in parseSectAlign()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDCommonArgs.cpp1274 F128LibName.consume_front_insensitive("lib"); in addFortranRuntimeLibs()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp6984 bool EnableFeature = !Name.consume_front_insensitive("no"); in parseDirectiveArch()
7075 bool EnableFeature = !Name.consume_front_insensitive("no"); in parseDirectiveCPU()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp12950 bool EnableFeature = !Name.consume_front_insensitive("no"); in enableArchExtFeature()