Searched defs:Prefixes (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp1945 AddDefaultGCCPrefixes( const llvm::Triple &TargetTriple, SmallVectorImpl<std::string> &Prefixes, StringRef SysRoot) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DOptRSTEmitter.cpp62 std::vector<StringRef> Prefixes = R->getValueAsListOfStrings("Prefixes"); local
64 OS << Prefixes[0]; local
H A DOptParserEmitter.cpp52 PrefixesT Prefixes; local
146 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp684 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h51 unsigned Prefixes; member in struct:llvm::final::PrefOp
607 CreatePrefix(unsigned Prefixes, SMLoc StartLoc, SMLoc EndLoc) { argument
H A DX86AsmParser.cpp3212 unsigned Prefixes = getPrefixes(Operands); local
3415 unsigned Prefixes = getPrefixes(Operands); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp1123 SmallVector<SDValue,8> Prefixes; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp427 const auto &Prefixes = Diags.getDiagnosticOptions().VerifyPrefixes; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp169 static bool isInput(const StringSet<> &Prefixes, StringRef Arg) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptTable.h44 const char *const *Prefixes; member in struct:llvm::opt::OptTable::Info

Completed in 285 milliseconds