Searched refs:getSourceFile (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
H A D | LookupResult.h | 52 std::string getSourceFile(uint32_t Index) const;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | LookupResult.cpp | 20 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile() function in LookupResult
|
H A D | DwarfTransformer.cpp | 714 gsymFilename = LR->getSourceFile(Idx); in verify()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CodeCoverage.cpp | 95 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile); 284 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool 314 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews() 375 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView() 395 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 412 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord() 420 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 637 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function 656 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 645 printTypeIndex("SourceFile", Line.getSourceFile(), StreamIPI); in visitKnownRecord() 2582 printTypeIndex("SourceFile", SourceLine.getSourceFile(), StreamIPI); in visitKnownRecord() 2597 printTypeIndex("SourceFile", ModSourceLine.getSourceFile(), StreamIPI); in visitKnownRecord() 3372 printTypeIndex("SourceFile", Line.getSourceFile(), StreamIPI); in processLines() 3383 Shared->StringRecords.findIndex(Line.getSourceFile())); in processLines()
|