Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp428 uint16_t(FrameProc.getParamFramePtrReg(CompilationCPUType)), in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h789 RegisterId getParamFramePtrReg(CPUType CPU) const { in getParamFramePtrReg() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp726 return is_parameter ? frame_proc.getParamFramePtrReg(cpu_type) in GetBaseFrameRegister()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp672 formatRegisterId(FP.getParamFramePtrReg(CompilationCPU), CompilationCPU)); in visitKnownRecord()