Home
last modified time | relevance | path

Searched defs:getSourceFile (Results 1 – 5 of 5) sorted by relevance

/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
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
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/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
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp273 CodeCoverageTool::getSourceFile(StringRef SourceFile) { in getSourceFile() function in CodeCoverageTool