Searched refs:getSourceFile (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LookupResult.h | 52 std::string getSourceFile(uint32_t Index) const;
|
| /freebsd-14.2/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 | 683 gsymFilename = LR->getSourceFile(Idx); in verify()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 95 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile); 287 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool 317 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews() 397 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView() 419 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 411 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord() 419 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
|
| /freebsd-14.2/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-14.2/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()
|