Searched refs:getSourceName (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp792 std::string * fromSourceName = statement->getSourceName();
1114 SourceFile * sourceFile = getSourceFromName(sourceNode->getSourceName(), sourceNode->getFirstLine());
1120 SourceFile * sourceFile = getSourceFromName(sectionNode->getSourceName(), sectionNode->getFirstLine());
1137 SourceFile * sourceFile = getSourceFromName(matchListNode->getSourceName(), matchListNode->getFirstLine());
H A DElftosbAST.h1019 inline std::string * getSourceName() { return m_name; } function in class:elftosb::SourceASTNode
1050 inline std::string * getSourceName() { return m_source; } function in class:elftosb::SectionMatchListASTNode
1099 inline std::string * getSourceName() { return m_source; } function in class:elftosb::SectionASTNode
1215 inline std::string * getSourceName() { return m_source; } function in class:elftosb::FromStatementASTNode
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.h270 std::string getSourceName() const;
H A DSourceCoverageViewText.cpp73 getOptions().colored_ostream(OS, raw_ostream::CYAN) << getSourceName()
H A DSourceCoverageView.cpp158 std::string SourceCoverageView::getSourceName() const { function in class:SourceCoverageView
H A DSourceCoverageViewHTML.cpp477 OS << BeginSourceNameDiv << tag("pre", escape(getSourceName(), getOptions()))

Completed in 103 milliseconds