Home
last modified time | relevance | path

Searched defs:Component (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPath.h77 StringRef Component; ///< The current component. Not necessarily in Path. variable
103 StringRef Component; ///< The current component. Not necessarily in Path. variable
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp122 StringRef Component, in getCompilerRT()
H A DAVR.cpp420 AVRToolChain::getCompilerRT(const llvm::opt::ArgList &Args, StringRef Component, in getCompilerRT()
H A DOpenBSD.cpp345 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
H A DDarwin.cpp1212 StringRef Component, RuntimeLinkOptions Opts, in AddLinkRuntimeLib()
/openbsd-src/gnu/llvm/llvm/tools/llvm-config/
H A Dllvm-config.cpp92 for (const auto &Component : ComponentMap) { in VisitComponent() local
683 for (auto &Component : DyLibComponents) { in main() local
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp504 StringRef Component, in getCompilerRTBasename()
511 StringRef Component, in buildCompilerRTBasename()
544 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
566 StringRef Component, in getCompilerRTArgString()
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageReport.cpp131 for (const auto &Component : in getNumRedundantPathComponents() local
159 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DSarif.cpp89 std::for_each(++Iter, End, [&Ret](StringRef Component) { in fileNameToURI()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexBody.cpp452 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp1849 for (auto &Component : llvm::reverse(Components)) { in trySimplifyPath() local
2424 for (auto Component : Components) { in HandleHeaderIncludeOrImport() local
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp1163 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local
1921 const VTableComponent &Component = Components[I]; in dumpLayout() local
3158 const VTableComponent &Component = Components[I]; in dumpLayout() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h536 enum Component : unsigned { enum
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp97 uint32_t Component; member
1111 uint32_t Component = in generateImageSizeQueryInst() local
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1040 unsigned *Component, const char *ComponentName) { in parseOptionalTrailingVersionComponent()
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1217 const std::string &Component) { in EmitClangDiagsDefs()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp158 static bool isTraversalComponent(StringRef Component) { in isTraversalComponent()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp4800 for (auto Component : Components) in UpgradeSectionAttributes() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp225 auto &Component = Components.back(); in FindSCC() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp7593 Component : OverlappedElements) { in generateInfoForComponentList() local
7764 for (const OMPClauseMappableExprCommon::MappableComponent &Component : in generateInfoForComponentList() local
7832 for (const OMPClauseMappableExprCommon::MappableComponent &Component : in generateInfoForComponentList() local
H A DCGExpr.cpp2975 Address Component = in EmitUnaryOpLValue() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp23252 Expr *Component = SimpleRefExpr; in ActOnOpenMPUseDeviceAddrClause() local
23398 Expr *Component = SimpleRefExpr; in ActOnOpenMPHasDeviceAddrClause() local
H A DTreeTransform.h10889 typedef Sema::OffsetOfComponent Component; in TransformOffsetOfExpr() typedef