Home
last modified time | relevance | path

Searched refs:isStatement (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h47 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
122 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp51 bool NativeLineNumber::isStatement() const { return Line.isStatement(); } in isStatement() function in NativeLineNumber
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBLineNumber.h31 virtual bool isStatement() const = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIALineNumber.h32 bool isStatement() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h38 bool isStatement() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp72 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp81 PDB_ColorItem StatementColor = Line->isStatement() in start()
H A DDumpOutputStyle.cpp925 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1191 W.printBoolean("IsStatement", LI.isStatement()); in printCodeViewSymbolSection()