LLDB mainline
Functions
PdbFPOProgramToDWARFExpression.cpp File Reference
#include "PdbFPOProgramToDWARFExpression.h"
#include "CodeViewRegisterMapping.h"
#include "lldb/Symbol/PostfixExpression.h"
#include "lldb/Utility/LLDBAssert.h"
#include "lldb/Utility/Stream.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/DebugInfo/CodeView/CodeView.h"
#include "llvm/DebugInfo/CodeView/EnumTables.h"
#include "llvm/Support/ScopedPrinter.h"

Go to the source code of this file.

Functions

static uint32_t ResolveLLDBRegisterNum (llvm::StringRef reg_name, llvm::Triple::ArchType arch_type)
 
static NodeResolveFPOProgram (llvm::StringRef program, llvm::StringRef register_name, llvm::Triple::ArchType arch_type, llvm::BumpPtrAllocator &alloc)
 

Function Documentation

◆ ResolveFPOProgram()

static Node * ResolveFPOProgram ( llvm::StringRef  program,
llvm::StringRef  register_name,
llvm::Triple::ArchType  arch_type,
llvm::BumpPtrAllocator &  alloc 
)
static

◆ ResolveLLDBRegisterNum()

static uint32_t ResolveLLDBRegisterNum ( llvm::StringRef  reg_name,
llvm::Triple::ArchType  arch_type 
)
static