Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DGUIDFormatTest.cpp49 SmallVector<StringRef, 6> Component; in checkData() local
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dvariable.h75 CLASS_BOILERPLATE(Component) in CLASS_BOILERPLATE() argument
77 Component(DataRef &&b, const Symbol &c) : base_{std::move(b)}, symbol_{c} {} in Component() function
78 Component(common::CopyableIndirection<DataRef> &&b, const Symbol &c) in Component() function
H A Dcall.h35 class Component; variable
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp122 StringRef Component, in getCompilerRT()
H A DOpenBSD.cpp341 std::string OpenBSD::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
H A DDarwin.cpp1205 StringRef Component, RuntimeLinkOptions Opts, in AddLinkRuntimeLib()
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/llvm-project-15.0.7/llvm/tools/llvm-config/
H A Dllvm-config.cpp92 for (const auto &Component : ComponentMap) { in VisitComponent() local
678 for (auto &Component : DyLibComponents) { in main() local
/llvm-project-15.0.7/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
/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f9079 type :: Component ! data components, incl. object pointers type
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp471 StringRef Component, in getCompilerRTBasename()
478 StringRef Component, in buildCompilerRTBasename()
511 std::string ToolChain::getCompilerRT(const ArgList &Args, StringRef Component, in getCompilerRT()
533 StringRef Component, in getCompilerRTArgString()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSarif.cpp88 std::for_each(++Iter, End, [&Ret](StringRef Component) { in fileNameToURI()
/llvm-project-15.0.7/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp658 SymbolGraphSerializer::makePathComponentGuard(StringRef Component) { in makePathComponentGuard()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp100 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local
/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp452 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp1862 for (auto &Component : llvm::reverse(Components)) { in trySimplifyPath() local
2433 for (auto Component : Components) { in HandleHeaderIncludeOrImport() local
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp1162 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local
1920 const VTableComponent &Component = Components[I]; in dumpLayout() local
3157 const VTableComponent &Component = Components[I]; in dumpLayout() local
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1041 unsigned *Component, const char *ComponentName) { in parseOptionalTrailingVersionComponent()
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h487 Component = 31, enumerator
/llvm-project-15.0.7/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1219 const std::string &Component) { in EmitClangDiagsDefs()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp4509 for (auto Component : Components) in UpgradeSectionAttributes() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp159 static bool isTraversalComponent(StringRef Component) { in isTraversalComponent()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp225 auto &Component = Components.back(); in FindSCC() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp8008 Component : OverlappedElements) { in generateInfoForComponentList() local
8176 for (const OMPClauseMappableExprCommon::MappableComponent &Component : in generateInfoForComponentList() local
8244 for (const OMPClauseMappableExprCommon::MappableComponent &Component : in generateInfoForComponentList() local

12