Searched refs:Prefixes (Results 1 – 14 of 14) sorted by relevance
| /trueos/contrib/llvm/utils/TableGen/ |
| HD | OptParserEmitter.cpp | 120 PrefixesT Prefixes; in EmitOptParser() local 121 Prefixes.insert(std::make_pair(PrefixKeyT(), "prefix_0")); in EmitOptParser() 128 if (Prefixes.insert(std::make_pair(prfkey, (Twine("prefix_") + in EmitOptParser() 139 for (PrefixesT::const_iterator I = Prefixes.begin(), E = Prefixes.end(); in EmitOptParser() 211 OS << Prefixes[PrefixKeyT(prf.begin(), prf.end())] << ", "; in EmitOptParser()
|
| /trueos/contrib/llvm/lib/Option/ |
| HD | OptTable.cpp | 63 for (const char * const *APre = A.Prefixes, in operator <() 64 * const *BPre = B.Prefixes; in operator <() 138 if (const char *const *P = getInfo(i).Prefixes) { in OptTable() 168 static bool isInput(const llvm::StringSet<> &Prefixes, StringRef Arg) { in isInput() argument 171 for (llvm::StringSet<>::const_iterator I = Prefixes.begin(), in isInput() 172 E = Prefixes.end(); I != E; ++I) in isInput() 181 for (const char * const *Pre = I->Prefixes; *Pre != 0; ++Pre) { in matchOption()
|
| HD | Option.cpp | 59 if (Info->Prefixes) { in dump() 61 for (const char * const *Pre = Info->Prefixes; *Pre != 0; ++Pre) { in dump()
|
| /trueos/contrib/llvm/include/llvm/Option/ |
| HD | OptTable.h | 37 const char *const *Prefixes; member
|
| HD | Option.h | 119 const char *Prefix = *Info->Prefixes; in getPrefix()
|
| HD | OptParser.td | 84 list<string> Prefixes = prefixes;
|
| /trueos/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86AsmBackend.cpp | 330 const uint8_t Prefixes = ThisNopLength <= 10 ? 0 : ThisNopLength - 10; in writeNopData() local 331 for (uint8_t i = 0; i < Prefixes; i++) in writeNopData() 333 const uint8_t Rest = ThisNopLength - Prefixes; in writeNopData()
|
| /trueos/contrib/llvm/tools/clang/lib/Driver/ |
| HD | ToolChains.cpp | 1043 SmallVector<std::string, 8> Prefixes(D.PrefixDirs.begin(), in init() local 1051 Prefixes.push_back(GCCToolchainDir); in init() 1055 Prefixes.push_back(D.SysRoot); in init() 1056 Prefixes.push_back(D.SysRoot + "/usr"); in init() 1060 Prefixes.push_back(D.InstalledDir + "/.."); in init() 1064 Prefixes.push_back("/usr"); in init() 1070 for (unsigned i = 0, ie = Prefixes.size(); i < ie; ++i) { in init() 1071 if (!llvm::sys::fs::exists(Prefixes[i])) in init() 1074 const std::string LibDir = Prefixes[i] + CandidateLibDirs[j].str(); in init() 1082 const std::string LibDir = Prefixes[i] + CandidateBiarchLibDirs[j].str(); in init()
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | c-i386.texi | 29 * i386-Prefixes:: Instruction Prefixes 386 @node i386-Prefixes 387 @section Instruction Prefixes
|
| /trueos/usr.sbin/bsdconfig/share/ |
| HD | strings.subr | 367 # NOTE: Prefixes are case-insensitive.
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_check_n_fix | 138 print "Allow Re-Assignment of Module Err Prefixes.\n";
|
| /trueos/share/examples/IPv6/ |
| HD | USAGE | 76 addresses. Prefixes added by the "prefix" command is maintained in
|
| /trueos/contrib/flex/ |
| HD | flex.skl | 101 %# Prefixes.
|
| /trueos/contrib/gcc/doc/ |
| HD | invoke.texi | 10480 (for example, @samp{-march=r2k}). Prefixes are optional, and
|