OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StubSym
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
64
MachineModuleInfoImpl::StubValueTy &
StubSym
=
66
if (
StubSym
.getPointer())
70
StubSym
=
76
StubSym
=
91
MachineModuleInfoImpl::StubValueTy &
StubSym
=
95
if (
StubSym
.getPointer() == 0) {
97
StubSym
= MachineModuleInfoImpl::
PPCAsmPrinter.cpp
181
MachineModuleInfoImpl::StubValueTy &
StubSym
=
183
if (
StubSym
.getPointer() == 0)
184
StubSym
= MachineModuleInfoImpl::
200
MachineModuleInfoImpl::StubValueTy &
StubSym
=
203
if (
StubSym
.getPointer() == 0)
204
StubSym
= MachineModuleInfoImpl::
210
MachineModuleInfoImpl::StubValueTy &
StubSym
=
213
if (
StubSym
.getPointer() == 0)
214
StubSym
= MachineModuleInfoImpl::
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
108
MachineModuleInfoImpl::StubValueTy &
StubSym
=
110
if (
StubSym
.getPointer() == 0)
111
StubSym
= MachineModuleInfoImpl::
115
MachineModuleInfoImpl::StubValueTy &
StubSym
=
117
if (
StubSym
.getPointer() == 0)
118
StubSym
= MachineModuleInfoImpl::
122
MachineModuleInfoImpl::StubValueTy &
StubSym
=
124
if (
StubSym
.getPointer() == 0)
125
StubSym
= MachineModuleInfoImpl::
146
MachineModuleInfoImpl::StubValueTy &
StubSym
[
all
...]
X86MCInstLower.cpp
107
MachineModuleInfoImpl::StubValueTy &
StubSym
=
109
if (
StubSym
.getPointer() == 0) {
111
StubSym
=
121
MachineModuleInfoImpl::StubValueTy &
StubSym
=
123
if (
StubSym
.getPointer() == 0) {
125
StubSym
=
135
MachineModuleInfoImpl::StubValueTy &
StubSym
=
137
if (
StubSym
.getPointer())
141
StubSym
=
147
StubSym
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
105
MachineModuleInfoImpl::StubValueTy &
StubSym
= ELFMMI.getGVStubEntry(SSym);
106
if (
StubSym
.getPointer() == 0) {
108
StubSym
= MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
641
MachineModuleInfoImpl::StubValueTy &
StubSym
=
644
if (
StubSym
.getPointer() == 0) {
646
StubSym
= MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
672
MachineModuleInfoImpl::StubValueTy &
StubSym
= MachOMMI.getGVStubEntry(SSym);
673
if (
StubSym
.getPointer() == 0) {
675
StubSym
= MachineModuleInfoImpl::StubValueTy(Sym, !GV->hasLocalLinkage());
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
Completed in 338 milliseconds