Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h50 bool isAlwaysStepInto() const { in isAlwaysStepInto() function
123 bool isAlwaysStepInto() const { return LineInf.isAlwaysStepInto(); } in isAlwaysStepInto() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp314 if (LI.isAlwaysStepInto()) in createLines()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp820 if (Line.isAlwaysStepInto()) 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.cpp1333 if (LI.isAlwaysStepInto()) in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp520 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()