Home
last modified time | relevance | path

Searched refs:isNeverStepInto (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h54 bool isNeverStepInto() const { in isNeverStepInto() function
125 bool isNeverStepInto() const { return LineInf.isNeverStepInto(); } in isNeverStepInto() function
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp820 else if (Line.isNeverStepInto()) in typesetLinesAndColumns()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1131 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in ParseLineTable()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1190 else if (LI.isNeverStepInto()) in printCodeViewSymbolSection()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp519 LI.isNeverStepInto()) in maybeRecordLocation()