Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A 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
H A DState.h52 class SourceInfo; variable
H A DByteCodeEmitter.h28 class SourceInfo; variable
H A DEvalEmitter.h32 class SourceInfo; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionView.cpp32 json::Array SourceInfo; in toJSON() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.h92 CoverageSourceInfo &SourceInfo; variable
H A DCodeGenTBAA.cpp424 TBAAAccessInfo CodeGenTBAA::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
H A DCoverageMappingGen.cpp1561 CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
H A DCodeGenModule.cpp890 TBAAAccessInfo CodeGenModule::mergeTBAAInfoForCast(TBAAAccessInfo SourceInfo, in mergeTBAAInfoForCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2110 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local