003 File Manager
Current Path:
/usr/src/contrib/llvm-project/lldb/source/Plugins/ABI/X86
usr
/
src
/
contrib
/
llvm-project
/
lldb
/
source
/
Plugins
/
ABI
/
X86
/
📁
..
📄
ABIMacOSX_i386.cpp
(14.53 KB)
📄
ABIMacOSX_i386.h
(3.44 KB)
📄
ABISysV_i386.cpp
(25.16 KB)
📄
ABISysV_i386.h
(3.6 KB)
📄
ABISysV_x86_64.cpp
(34.55 KB)
📄
ABISysV_x86_64.h
(3.51 KB)
📄
ABIWindows_x86_64.cpp
(28.09 KB)
📄
ABIWindows_x86_64.h
(3.19 KB)
📄
ABIX86.cpp
(1.63 KB)
📄
ABIX86.h
(727 B)
📄
ABIX86_64.h
(816 B)
Editing: ABIX86.h
//===-- X86.h ---------------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_H #define LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_H #include "lldb/Target/ABI.h" class ABIX86 : public lldb_private::MCBasedABI { public: static void Initialize(); static void Terminate(); uint32_t GetGenericNum(llvm::StringRef name) override; private: using lldb_private::MCBasedABI::MCBasedABI; }; #endif
Upload File
Create Folder