Searched defs:Prefixes (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp63 std::vector<StringRef> Prefixes = R->getValueAsListOfStrings("Prefixes"); local
65 OS << Prefixes[0]; local
H A DOptParserEmitter.cpp40 std::vector<StringRef> Prefixes = R.getValueAsListOfStrings("Prefixes"); local
258 PrefixesT Prefixes; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h44 const char *const *Prefixes; member in struct:llvm::opt::OptTable::Info
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp431 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h49 unsigned Prefixes; member in struct:llvm::final::PrefOp
642 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { argument
H A DX86AsmParser.cpp3509 unsigned Prefixes = getPrefixes(Operands); local
3739 unsigned Prefixes = getPrefixes(Operands); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1222 SmallVector<SDValue,8> Prefixes; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp1119 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1995 AddDefaultGCCPrefixes( const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes, StringRef SysRoot) argument
[all...]

Completed in 163 milliseconds