Home
last modified time | relevance | path

Searched refs:getSourceFile (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h52 std::string getSourceFile(uint32_t Index) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp20 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile() function in LookupResult
H A DDwarfTransformer.cpp572 gsymFilename = LR->getSourceFile(Idx); in verify()
/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp90 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
272 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool
302 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews()
351 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView()
370 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DDefineOutline.cpp62 llvm::Optional<Path> getSourceFile(llvm::StringRef FileName, in getSourceFile() function
416 auto CCFile = getSourceFile(*MainFileName, Sel); in apply()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp412 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
420 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h637 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
656 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function