Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h56 bool isNeverStepInto() const { in isNeverStepInto() function
127 bool isNeverStepInto() const { return LineInf.isNeverStepInto(); } in isNeverStepInto() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1005 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in AppendLineEntryToSequence()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp850 else if (Line.isNeverStepInto()) in typesetLinesAndColumns()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1132 else if (LI.isNeverStepInto()) in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp469 LI.isNeverStepInto()) in maybeRecordLocation()