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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLookupResult.h55 std::string getSourceFile(uint32_t Index) const;
/netbsd-current/external/bsd/elftosb/dist/common/
H A DEvalContext.h42 virtual SourceFile * getSourceFile(const std::string & name)=0;
/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.h81 virtual SourceFile * getSourceFile(const std::string & name);
H A DElftosbAST.cpp296 sourceFile = manager->getSourceFile(*sourceName);
531 sourceFile = manager->getSourceFile(*sourceName);
557 sourceFile = manager->getSourceFile(m_constantName);
H A DConversionController.cpp75 SourceFile * ConversionController::getSourceFile(const std::string & name) function in class:ConversionController
H A DElftosbAST.h388 std::string * getSourceFile() { return m_sourceFile; } function in class:elftosb::SourceFileFunctionASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp90 ErrorOr<const MemoryBuffer &> getSourceFile(StringRef SourceFile);
273 CodeCoverageTool::getSourceFile(StringRef SourceFile) { function in class:CodeCoverageTool
303 auto SourceBuffer = getSourceFile(ExpansionCoverage.getFilename());
352 auto SourceBuffer = getSourceFile(FunctionCoverage.getFilename());
371 auto SourceBuffer = getSourceFile(SourceFile);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp411 printItemIndex("SourceFile", Line.getSourceFile());
419 printItemIndex("SourceFile", Line.getSourceFile());
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h636 TypeIndex getSourceFile() const { return SourceFile; } function in class:llvm::codeview::UdtSourceLineRecord
655 TypeIndex getSourceFile() const { return SourceFile; } function in class:llvm::codeview::UdtModSourceLineRecord

Completed in 279 milliseconds