Home
last modified time | relevance | path

Searched defs:SourceInfo (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/lib/AST/Interp/
H A DSource.h
H A DState.h
/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp34 json::Array SourceInfo; in toJSON() local
/llvm-project/clang-tools-extra/clangd/
H A DConfigFragment.h83 struct SourceInfo { global() struct
88 ManagerFragment::SourceInfo global() argument
91 LocationFragment::SourceInfo global() argument
94 DirectoryFragment::SourceInfo global() argument
97 TrustedFragment::SourceInfo global() argument
/llvm-project/offload/include/Shared/
H A DSourceInfo.h85 SourceInfo(const ident_t *Loc) in SourceInfo() function
90 SourceInfo(const map_var_info_t Name) in SourceInfo() function
/llvm-project/lldb/source/Commands/
H A DCommandObjectSource.cpp739 bool operator==(const SourceInfo &rhs) const { argument
737 struct SourceInfo { global() struct in CommandObjectSourceList
738 functionCommandObjectSourceList::SourceInfo global() argument
741 SourceInfoCommandObjectSourceList::SourceInfo SourceInfo() argument
746 IsValidCommandObjectSourceList::SourceInfo IsValid() argument
748 operator ==CommandObjectSourceList::SourceInfo operator ==() argument
756 operator !=CommandObjectSourceList::SourceInfo operator !=() argument
764 operator <CommandObjectSourceList::SourceInfo operator <() argument
/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp63 struct SourceInfo { struct
64 StringRef filename;
65 SmallString<0> displayName;
66 std::vector<std::vector<const GCOVFunction *>> startLineToFunctions;
67 std::vector<LineInfo> lines;
68 bool ignored = false;
69 SourceInfo(StringRef filename) : filename(filename) {} in SourceInfo() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DConfigProviderTests.cpp181 TEST(ProviderTest, SourceInfo) { in TEST() argument
/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.h110 CoverageSourceInfo &SourceInfo; global() variable
H A DCodeGenTBAA.cpp511 mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo,TBAAAccessInfo TargetInfo) mergeTBAAInfoForCast() argument
H A DCoverageMappingGen.cpp2407 CoverageMappingModuleGen(CodeGenModule & CGM,CoverageSourceInfo & SourceInfo) CoverageMappingModuleGen() argument
H A DCodeGenModule.cpp1506 mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo,TBAAAccessInfo TargetInfo) mergeTBAAInfoForCast() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp