Searched defs:Components (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 94 void ComputeLibsForComponents(const std::vector<StringRef> &Components, in ComputeLibsForComponents() 175 std::vector<StringRef> Components; in main() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | Triple.cpp | 494 SmallVector<StringRef, 4> Components; in normalize() local 718 unsigned *Components[3] = { &Major, &Minor, &Micro }; in getOSVersion() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGVTables.cpp | 502 const CXXRecordDecl *RD, const VTableComponent *Components, in CreateVTableInitializer()
|
H A D | CGExpr.cpp | 2132 llvm::Constant *Components[] = { in EmitCheckTypeDescriptor() local
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 556 VTableComponentVectorTy Components; member in __anonf9bc06690111::VCallAndVBaseOffsetBuilder 824 SmallVector<VTableComponent, 64> Components; member in __anonf9bc06690111::ItaniumVTableBuilder 2450 SmallVector<VTableComponent, 64> Components; member in __anonf9bc06690511::VFTableBuilder
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 1284 SmallVector<StringRef, 4> Components; in parseMSCVersion() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 1782 Sema::OffsetOfComponent *Components, in RebuildOffsetOfExpr() 7407 SmallVector<Component, 4> Components; in TransformOffsetOfExpr() local
|