Searched refs:RegisterKind (Results 1 - 25 of 31) sorted by relevance

12

/external/lldb/include/lldb/Symbol/
H A DDWARFCallFrameInfo.h41 lldb::RegisterKind reg_kind,
130 lldb::RegisterKind m_reg_kind;
H A DUnwindPlan.h347 UnwindPlan (lldb::RegisterKind reg_kind) :
375 lldb::RegisterKind
382 SetRegisterKind (lldb::RegisterKind kind)
488 lldb::RegisterKind m_register_kind; // The RegisterKind these register numbers are in terms of - will need to be
/external/lldb/include/lldb/Expression/
H A DDWARFExpression.h244 SetRegisterKind (lldb::RegisterKind reg_kind);
415 lldb::RegisterKind m_reg_kind; ///< One of the defines that starts with LLDB_REGKIND_
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp33 enum RegisterKind { enum in namespace:__anon26144
82 RegisterKind Kind;
133 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) {
152 createMem(RegisterKind RegKind, unsigned Base, const MCExpr *Disp,
177 bool isReg(RegisterKind RegKind) const {
207 bool isMem(RegisterKind RegKind, MemoryKind MemKind) const {
213 bool isMemDisp12(RegisterKind RegKind, MemoryKind MemKind) const {
216 bool isMemDisp20(RegisterKind RegKind, MemoryKind MemKind) const {
219 bool isMemDisp12Len8(RegisterKind RegKind) const {
318 RegisterKind Kin
[all...]
/external/lldb/include/lldb/Target/
H A DABI.h119 GetRegisterInfoByKind (lldb::RegisterKind reg_kind,
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.h27 enum RegisterKind { enum in namespace:v8::internal::compiler
236 RegisterKind Kind() const { return kind_; }
301 RegisterKind kind_;
331 RegisterKind RequiredRegisterKind(int virtual_register) const;
516 RegisterKind mode_;
H A Dregister-allocator.cc1656 RegisterKind RegisterAllocator::RequiredRegisterKind(
2165 RegisterKind kind = range->Kind();
/external/chromium_org/v8/src/
H A Dlithium-allocator.h239 RegisterKind Kind() const { return kind_; }
308 RegisterKind kind_;
337 RegisterKind RequiredRegisterKind(int virtual_register) const;
539 RegisterKind mode_;
H A Dlithium.h778 enum RegisterKind { enum in namespace:v8::internal
/external/lldb/source/Target/
H A DABI.cpp85 ABI::GetRegisterInfoByKind (RegisterKind reg_kind, uint32_t reg_num, RegisterInfo &info)
/external/lldb/include/lldb/
H A Dlldb-enumerations.h157 typedef enum RegisterKind enum in namespace:lldb
165 } RegisterKind; typedef in namespace:lldb
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp132 enum RegisterKind { enum in class:__anon26131::SparcOperand
159 RegisterKind Kind;
303 Op->Reg.Kind = (SparcOperand::RegisterKind)Kind;
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp961 RegisterKind unwindplan_registerkind = (RegisterKind)-1;
970 UnwindLogMsg ("could not convert lldb regnum %d into %d RegisterKind reg numbering scheme",
1010 UnwindLogMsg ("could not convert lldb regnum %d into %d RegisterKind reg numbering scheme",
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp31 DWARFCallFrameInfo::DWARFCallFrameInfo(ObjectFile& objfile, SectionSP& section_sp, lldb::RegisterKind reg_kind, bool is_eh_frame) :
34 m_reg_kind (reg_kind), // The flavor of registers that the CFI data uses (enum RegisterKind)
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2753 int GetNextSpillIndex(RegisterKind kind);
2754 LOperand* GetNextSpillSlot(RegisterKind kind);
H A Dlithium-arm.cc382 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
389 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2740 int GetNextSpillIndex(RegisterKind kind);
2741 LOperand* GetNextSpillSlot(RegisterKind kind);
H A Dlithium-ia32.cc344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
355 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2713 int GetNextSpillIndex(RegisterKind kind);
2714 LOperand* GetNextSpillSlot(RegisterKind kind);
H A Dlithium-mips.cc389 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
396 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h2697 int GetNextSpillIndex(RegisterKind kind);
2698 LOperand* GetNextSpillSlot(RegisterKind kind);
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2737 int GetNextSpillIndex(RegisterKind kind);
2738 LOperand* GetNextSpillSlot(RegisterKind kind);
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2756 int GetNextSpillIndex(RegisterKind kind);
2757 LOperand* GetNextSpillSlot(RegisterKind kind);
/external/lldb/source/Core/
H A DDebugger.cpp1553 RegisterKind reg_kind = kNumRegisterKinds;
/external/lldb/source/Expression/
H A DDWARFExpression.cpp651 DWARFExpression::SetRegisterKind (RegisterKind reg_kind)

Completed in 2635 milliseconds

12