Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp428 uint16_t(FrameProc.getParamFramePtrReg(CompilationCPUType)), in visitKnownRecord()
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h810 RegisterId getParamFramePtrReg(CPUType CPU) const { in getParamFramePtrReg() function
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp730 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()
/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp696 formatRegisterId(FP.getParamFramePtrReg(CompilationCPU), CompilationCPU)); in visitKnownRecord()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1332 ParamFrameRegister = FrameProc.getParamFramePtrReg(CPU); in visitKnownRecord()