Home
last modified time | relevance | path

Searched defs:cfa_is_valid (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp412 bool cfa_is_valid = false; in SynthesizeTailCallFrames() local
508 const bool cfa_is_valid = true; in GetFramesUpTo() local
689 const bool cfa_is_valid = true; in GetFrameAtIndex() local
DStackFrame.cpp53 bool cfa_is_valid, addr_t pc, StackFrame::Kind kind, in StackFrame()