Home
last modified time | relevance | path

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

12

/llvm-project/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/llvm/unittests/DebugInfo/CodeView/
H A DGUIDFormatTest.cpp50 SmallVector<StringRef, 6> Component; in checkData() local
/llvm-project/flang/include/flang/Evaluate/
H A Dvariable.h77 Component(const DataRef &b, const Symbol &c) : base_{b}, symbol_{c} {} in Component() function
78 Component(DataRef &&b, const Symbol &c) : base_{std::move(b)}, symbol_{c} {} in Component() function
75 CLASS_BOILERPLATE(Component) CLASS_BOILERPLATE() argument
[all...]
H A Dcall.h35 class Component; variable
/llvm-project/clang/lib/Driver/ToolChains/
H A DMipsLinux.cpp121 StringRef Component, in getCompilerRT()
H A DAVR.cpp420 getCompilerRT(const llvm::opt::ArgList & Args,StringRef Component,FileType Type=ToolChain::FT_Static) const getCompilerRT() argument
H A DOpenBSD.cpp373 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument
H A DOHOS.cpp340 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument
/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h74 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/llvm-project/llvm/tools/llvm-config/
H A Dllvm-config.cpp92 for (const auto &Component : ComponentMap) { in VisitComponent() local
672 for (auto &Component : DyLibComponents) { in main() local
/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp224 unsigned Component = 0; in ParseHLSLAnnotations() local
/llvm-project/flang/module/
H A D__fortran_type_info.f9086 type :: Component ! data components, incl. object pointers type
/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp148 for (const auto &Component : in getNumRedundantPathComponents() local
176 auto Component = sys::path::begin(Paths[0]); in getRedundantPrefixLen() local
/llvm-project/clang/lib/Driver/
H A DToolChain.cpp633 getCompilerRTBasename(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRTBasename() argument
640 buildCompilerRTBasename(const llvm::opt::ArgList & Args,StringRef Component,FileType Type,bool AddArch) const buildCompilerRTBasename() argument
673 getCompilerRT(const ArgList & Args,StringRef Component,FileType Type) const getCompilerRT() argument
705 getCompilerRTArgString(const llvm::opt::ArgList & Args,StringRef Component,FileType Type) const getCompilerRTArgString() argument
/llvm-project/clang/lib/Basic/
H A DSarif.cpp88 for (StringRef Component : llvm::make_range(++Iter, End)) { in fileNameToURI() local
/llvm-project/flang/lib/Evaluate/
H A Dvariable.cpp496 __anon0116223c1e02(const Component &) UnwrapSymbolRef() argument
504 __anon0116223c2002(Component &) UnwrapSymbolRef() argument
[all...]
/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp1943 __anonde0e91d70202(StringRef Component) trySimplifyPath() argument
1950 for (auto &Component : llvm::reverse(Components)) { trySimplifyPath() local
2545 for (auto Component : Components) { HandleHeaderIncludeOrImport() local
[all...]
/llvm-project/clang/lib/Index/
H A DIndexBody.cpp469 const OffsetOfNode &Component = S->getComponent(I); in VisitOffsetOfExpr() local
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp410 for (const StringRef &Component : Components) { init() local
447 for (const StringRef &Component : Components) { get() local
468 __anonf32e2c670502(StringRef Component) get() argument
[all...]
/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp1197 const VTableComponent &Component = Components[TI.first]; in ComputeThisAdjustments() local
1990 const VTableComponent &Component = Components[I]; in dumpLayout() local
3254 const VTableComponent &Component = Components[I]; dumpLayout() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h617 enum Component : unsigned { global() enum
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp381 uint32_t Component; handlePackOffsetAttr() local
[all...]
/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp1040 unsigned *Component, const char *ComponentName) { in parseOptionalTrailingVersionComponent() argument
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp127 uint32_t Component; global() member
1565 uint32_t Component = generateImageSizeQueryInst() local
/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1411 EmitClangDiagsDefs(RecordKeeper & Records,raw_ostream & OS,const std::string & Component) EmitClangDiagsDefs() argument
[all...]

12