Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp425 uint16_t(FrameProc.getLocalFramePtrReg(CompilationCPUType)), in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h804 RegisterId getLocalFramePtrReg(CPUType CPU) const { in getLocalFramePtrReg() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp731 : frame_proc.getLocalFramePtrReg(cpu_type); in GetBaseFrameRegister()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp691 formatRegisterId(FP.getLocalFramePtrReg(CompilationCPU), CompilationCPU), in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1331 LocalFrameRegister = FrameProc.getLocalFramePtrReg(CPU); in visitKnownRecord()