Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h46 bool isStatement() const { return (LineData & StatementFlag) != 0; } in isStatement() function
121 bool isStatement() const { return LineInf.isStatement(); } in isStatement() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeLineNumber.cpp52 bool NativeLineNumber::isStatement() const { return Line.isStatement(); } in isStatement() function in NativeLineNumber
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBLineNumber.h31 virtual bool isStatement() const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIALineNumber.h32 bool isStatement() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeLineNumber.h39 bool isStatement() const override;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIALineNumber.cpp72 bool DIALineNumber::isStatement() const { in isStatement() function in DIALineNumber
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp81 PDB_ColorItem StatementColor = Line->isStatement() in start()
H A DDumpOutputStyle.cpp826 char Statement = Line.isStatement() ? ' ' : '!'; in typesetLinesAndColumns()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp609 SLE.IsStatement = LI.isStatement(); in fromCodeViewSubsection()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp321 if (LI.isStatement()) in createLines()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1821 bool is_statement = line->isStatement(); in ParseCompileUnitLineTable()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1235 bool is_statement = cur_info.isStatement(); in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1340 W.printBoolean("IsStatement", LI.isStatement()); in printCodeViewSymbolSection()