Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDLine.h51 bool isAlwaysStepInto() const { in isAlwaysStepInto() function
124 bool isAlwaysStepInto() const { return LineInf.isAlwaysStepInto(); } in isAlwaysStepInto() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp1032 if (cur_info.isAlwaysStepInto() || cur_info.isNeverStepInto()) in AppendLineEntryToSequence()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp924 if (Line.isAlwaysStepInto()) in typesetLinesAndColumns()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDCOFFDumper.cpp1142 if (LI.isAlwaysStepInto()) in printCodeViewSymbolSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp507 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()