OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AArch64LongBranchStub
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LongBranchStub.h
1
//===-
AArch64LongBranchStub
.h --------------------------------------------===//
24
class
AArch64LongBranchStub
: public Stub {
26
explicit
AArch64LongBranchStub
(bool pIsOutputPIC);
28
~
AArch64LongBranchStub
();
48
AArch64LongBranchStub
(const uint32_t* pData,
65
DISALLOW_IMPLICIT_CONSTRUCTORS(
AArch64LongBranchStub
);
AArch64LongBranchStub.cpp
1
//===-
AArch64LongBranchStub
.cpp ------------------------------------------===//
10
#include "
AArch64LongBranchStub
.h"
26
//
AArch64LongBranchStub
28
const uint32_t
AArch64LongBranchStub
::PIC_TEMPLATE[] = {
37
const uint32_t
AArch64LongBranchStub
::TEMPLATE[] = {
44
const uint32_t
AArch64LongBranchStub
::ADRP_TEMPLATE[] = {
50
AArch64LongBranchStub
::
AArch64LongBranchStub
(bool pIsOutputPIC)
66
AArch64LongBranchStub
::
AArch64LongBranchStub
(const uint32_t* pData
[
all
...]
Completed in 3129 milliseconds