Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DLine.h52 bool isAlwaysStepInto() const { in isAlwaysStepInto() function
125 bool isAlwaysStepInto() const { return LineInf.isAlwaysStepInto(); } in isAlwaysStepInto() function
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp563 if (LI.isAlwaysStepInto()) in dumpDbiStream()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp920 if (LI.isAlwaysStepInto()) in printCodeViewSymbolSection()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp319 if (LI.getStartLine() != DL.getLine() || LI.isAlwaysStepInto() || in maybeRecordLocation()