Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DSource.h83 SourceInfo() {} in SourceInfo() function
84 SourceInfo(const Stmt *E) : Source(E) {} in SourceInfo() function
85 SourceInfo(const Decl *D) : Source(D) {} in SourceInfo() function
DState.h52 class SourceInfo; variable
DByteCodeEmitter.h28 class SourceInfo; variable
DEvalEmitter.h32 class SourceInfo; variable
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectSource.cpp750 struct SourceInfo { struct in CommandObjectSourceList
751 ConstString function;
752 LineEntry line_entry;
754 SourceInfo(ConstString name, const LineEntry &line_entry) in SourceInfo() argument
757 SourceInfo() : function(), line_entry() {} in SourceInfo() function
759 bool IsValid() const { return (bool)function && line_entry.IsValid(); } in IsValid()
761 bool operator==(const SourceInfo &rhs) const { in operator ==()
767 bool operator!=(const SourceInfo &rhs) const { in operator !=()
773 bool operator<(const SourceInfo &rhs) const { in operator <()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
DGCOV.cpp62 struct SourceInfo { struct
63 StringRef filename;
64 SmallString<0> displayName;
65 std::vector<std::vector<const GCOVFunction *>> startLineToFunctions;
66 std::vector<LineInfo> lines;
67 bool ignored = false;
68 SourceInfo(StringRef filename) : filename(filename) {} in SourceInfo() argument
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
DInstructionView.cpp34 json::Array SourceInfo; in toJSON() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.h92 CoverageSourceInfo &SourceInfo; variable
DCodeGenTBAA.cpp424 TBAAAccessInfo CodeGenTBAA::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
DCoverageMappingGen.cpp1561 CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
DCodeGenModule.cpp915 TBAAAccessInfo CodeGenModule::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp2110 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local