Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h55 std::string getSourceFile(uint32_t Index) const;
/netbsd-src/external/bsd/elftosb/dist/common/
H A DEvalContext.h42 virtual SourceFile * getSourceFile(const std::string & name)=0;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp19 std::string LookupResult::getSourceFile(uint32_t Index) const { in getSourceFile() function in LookupResult
H A DDwarfTransformer.cpp552 gsymFilename = LR->getSourceFile(Idx); in verify()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h81 virtual SourceFile * getSourceFile(const std::string & name);
H A DElftosbAST.cpp296 sourceFile = manager->getSourceFile(*sourceName); in reduce()
531 sourceFile = manager->getSourceFile(*sourceName); in reduce()
557 sourceFile = manager->getSourceFile(m_constantName); in reduce()
H A DConversionController.cpp75 SourceFile * ConversionController::getSourceFile(const std::string & name) in getSourceFile() function in ConversionController
H A DElftosbAST.h388 std::string * getSourceFile() { return m_sourceFile; } in getSourceFile() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp90 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
273 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool
303 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename()); in attachExpansionSubViews()
352 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename()); in createFunctionView()
371 auto SourceBuffer = getSourceFile(SourceFile); in createSourceFileView()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp411 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
419 printItemIndex("SourceFile", Line.getSourceFile()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h636 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function
655 TypeIndex getSourceFile() const { return SourceFile; } in getSourceFile() function