Searched refs:getSourceFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h55 std::string getSourceFile(uint32_t Index) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp19 std::string LookupResult::getSourceFile(uint32_t Index) const { function in class:LookupResult
H A DDwarfTransformer.cpp552 gsymFilename = LR->getSourceFile(Idx);
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp84 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
233 CodeCoverageTool::getSourceFile(StringRef SourceFile) { function in class:CodeCoverageTool
263 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename());
282 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename());
298 auto SourceBuffer = getSourceFile(SourceFile);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp411 printItemIndex("SourceFile", Line.getSourceFile());
419 printItemIndex("SourceFile", Line.getSourceFile());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h642 TypeIndex getSourceFile() const { return SourceFile; } function in class:llvm::codeview::UdtSourceLineRecord
661 TypeIndex getSourceFile() const { return SourceFile; } function in class:llvm::codeview::UdtModSourceLineRecord

Completed in 114 milliseconds