Home
last modified time | relevance | path

Searched refs:Components (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTriple.cpp494 SmallVector<StringRef, 4> Components; in normalize() local
495 Str.split(Components, "-"); in normalize()
503 if (Components.size() > 0) in normalize()
504 Arch = parseArch(Components[0]); in normalize()
506 if (Components.size() > 1) in normalize()
507 Vendor = parseVendor(Components[1]); in normalize()
509 if (Components.size() > 2) { in normalize()
510 OS = parseOS(Components[2]); in normalize()
511 IsCygwin = Components[2].startswith("cygwin"); in normalize()
512 IsMinGW32 = Components[2].startswith("mingw"); in normalize()
[all …]
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-config/
H A Dllvm-config.cpp94 void ComputeLibsForComponents(const std::vector<StringRef> &Components, in ComputeLibsForComponents() argument
107 for (unsigned i = 0, e = Components.size(); i != e; ++i) { in ComputeLibsForComponents()
109 std::string ComponentLower = Components[i].lower(); in ComputeLibsForComponents()
113 llvm::errs() << "llvm-config: unknown component name: " << Components[i] in ComputeLibsForComponents()
175 std::vector<StringRef> Components; in main() local
334 Components.push_back(Arg); in main()
343 if (Components.empty()) in main()
344 Components.push_back("all"); in main()
348 ComputeLibsForComponents(Components, RequiredLibs, in main()
379 } else if (!Components.empty()) { in main()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp556 VTableComponentVectorTy Components; member in __anonf9bc06690111::VCallAndVBaseOffsetBuilder
604 const_iterator components_begin() const { return Components.rbegin(); } in components_begin()
605 const_iterator components_end() const { return Components.rend(); } in components_end()
667 int64_t OffsetIndex = -(int64_t)(3 + Components.size()); in getCurrentOffsetOffset()
718 Components.push_back( in AddVCallOffsets()
763 Components.push_back( in AddVBaseOffsets()
824 SmallVector<VTableComponent, 64> Components; member in __anonf9bc06690111::ItaniumVTableBuilder
1036 return Components.size(); in getNumVTableComponents()
1040 return Components.begin(); in vtable_component_begin()
1044 return Components.end(); in vtable_component_end()
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DLLVMBuild.rst95 Components are described using ``LLVMBuild.txt`` files in the directories
161 Components **may not** define any properties other than those expected
179 The name of the logical parent of the component. Components are
185 Components may reference the root pseudo component using ``$ROOT`` to
188 Components may define the following properties:
217 Components with this type use the following properties:
252 Components with this type use the following properties:
270 Components with this type use the ``LibraryGroup`` properties in
294 Components with this type use the following properties:
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGVTables.h65 const CXXRecordDecl *RD, const VTableComponent *Components,
H A DCGVTables.cpp502 const CXXRecordDecl *RD, const VTableComponent *Components, in CreateVTableInitializer() argument
517 VTableComponent Component = Components[I]; in CreateVTableInitializer()
H A DCGExpr.cpp2132 llvm::Constant *Components[] = { in EmitCheckTypeDescriptor() local
2136 llvm::Constant *Descriptor = llvm::ConstantStruct::getAnon(Components); in EmitCheckTypeDescriptor()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp1284 SmallVector<StringRef, 4> Components; in parseMSCVersion() local
1286 Value.split(Components, ".", llvm::array_lengthof(VC)); in parseMSCVersion()
1288 CE = std::min(Components.size(), llvm::array_lengthof(VC)); in parseMSCVersion()
1290 if (Components[CI].getAsInteger(10, VC[CI])) { in parseMSCVersion()
/minix3/crypto/external/bsd/openssl/dist/
H A DINSTALL.NW96 WinSock2 Developer Components for NetWare:
/minix3/external/public-domain/xz/dist/
H A Dconfigure.ac376 # Components to install #
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h1782 Sema::OffsetOfComponent *Components, in RebuildOffsetOfExpr() argument
1785 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components, in RebuildOffsetOfExpr()
7407 SmallVector<Component, 4> Components; in TransformOffsetOfExpr() local
7441 Components.push_back(Comp); in TransformOffsetOfExpr()
7452 Components.data(), Components.size(), in TransformOffsetOfExpr()