Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDSymbolDumper.cpp428 uint16_t(FrameProc.getParamFramePtrReg(CompilationCPUType)), in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDSymbolRecord.h810 RegisterId getParamFramePtrReg(CPUType CPU) const { in getParamFramePtrReg() function
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDPdbUtil.cpp730 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalSymbolDumper.cpp696 formatRegisterId(FP.getParamFramePtrReg(CompilationCPU), CompilationCPU)); in visitKnownRecord()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.cpp1332 ParamFrameRegister = FrameProc.getParamFramePtrReg(CPU); in visitKnownRecord()