LLDB
mainline
llvm-project
lldb
source
Plugins
ABI
X86
ABIX86_i386.h
Go to the documentation of this file.
1
//===-- ABIX86_i386.h -------------------------------------------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_I386_H
10
#define LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_I386_H
11
12
#include "
Plugins/ABI/X86/ABIX86.h
"
13
14
class
ABIX86_i386
:
public
ABIX86
{
15
public
:
16
uint32_t
GetGenericNum
(llvm::StringRef name)
override
;
17
18
protected
:
19
bool
Is64Bit
()
const override
{
return
false
; }
20
21
private
:
22
using
ABIX86::ABIX86;
23
};
24
25
#endif
ABIX86.h
ABIX86_i386
Definition
ABIX86_i386.h:14
ABIX86_i386::GetGenericNum
uint32_t GetGenericNum(llvm::StringRef name) override
Return the generic number of the given register.
Definition
ABIX86_i386.cpp:11
ABIX86_i386::Is64Bit
bool Is64Bit() const override
Definition
ABIX86_i386.h:19
ABIX86
Definition
ABIX86.h:15
Generated on
for LLDB by
1.14.0