Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h51 bool isAlwaysStepInto() const { in isAlwaysStepInto() function
124 bool isAlwaysStepInto() const { return LineInf.isAlwaysStepInto(); } in isAlwaysStepInto() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp1017 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in AppendLineEntryToSequence()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp919 if (Line.isAlwaysStepInto()) in typesetLinesAndColumns()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1184 if (LI.isAlwaysStepInto()) in printCodeViewSymbolSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp514 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()