OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGOT
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
47
const PseudoSourceValue *PseudoSourceValue::
getGOT
()
85
if (this ==
getGOT
() ||
94
this ==
getGOT
() ||
102
if (this ==
getGOT
() ||
MachineInstr.cpp
412
MachinePointerInfo MachinePointerInfo::
getGOT
() {
413
return MachinePointerInfo(PseudoSourceValue::
getGOT
());
[
all
...]
/frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp
61
LDSection& got = file_format->
getGOT
();
169
if (&pSection == &(file_format->
getGOT
())) {
221
MipsGOT& MipsGNULDBackend::
getGOT
()
227
const MipsGOT& MipsGNULDBackend::
getGOT
() const
250
if (&pSectHdr == &file_format->
getGOT
())
/frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp
196
else if (&pSection == &(FileFormat->
getGOT
())) {
253
if (&pSectHdr == &file_format->
getGOT
()) {
329
LDSection& got = file_format->
getGOT
();
354
X86_32GOT& X86_32GNULDBackend::
getGOT
()
360
const X86_32GOT& X86_32GNULDBackend::
getGOT
() const
471
X86_64GOT& X86_64GNULDBackend::
getGOT
()
477
const X86_64GOT& X86_64GNULDBackend::
getGOT
() const
515
LDSection& got = file_format->
getGOT
();
/frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp
98
LDSection& got = file_format->
getGOT
();
381
if (&pSection == &(file_format->
getGOT
())) {
444
ARMGOT& ARMGNULDBackend::
getGOT
()
450
const ARMGOT& ARMGNULDBackend::
getGOT
() const
497
if (&pSectHdr == &file_format->
getGOT
()) {
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
171
else if (&pSection == &(FileFormat->
getGOT
())) {
232
HexagonGOT& HexagonLDBackend::
getGOT
()
238
const HexagonGOT& HexagonLDBackend::
getGOT
() const
398
if (&pSectHdr == &file_format->
getGOT
()) {
431
LDSection& got = file_format->
getGOT
();
[
all
...]
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
198
LDSection&
getGOT
() {
203
const LDSection&
getGOT
() const {
Completed in 73 milliseconds