Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DLine.h55 bool isNeverStepInto() const { in isNeverStepInto() function
126 bool isNeverStepInto() const { return LineInf.isNeverStepInto(); } in isNeverStepInto() 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.cpp921 else if (Line.isNeverStepInto()) in typesetLinesAndColumns()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1186 else if (LI.isNeverStepInto()) in printCodeViewSymbolSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp515 LI.isNeverStepInto()) in maybeRecordLocation()