Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp316 else if (LI.isNeverStepInto()) in createLines()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp822 else if (Line.isNeverStepInto()) in typesetLinesAndColumns()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1230 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in ParseLineTable()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1335 else if (LI.isNeverStepInto()) in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp521 LI.isNeverStepInto()) in maybeRecordLocation()