OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getGVStubEntry
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h
50
StubValueTy &
getGVStubEntry
(MCSymbol *Sym) {
83
StubValueTy &
getGVStubEntry
(MCSymbol *Sym) {
/external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.cpp
30
MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.
getGVStubEntry
(SSym);
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
97
MachO.getHiddenGVStubEntry(Sym) : MachO.
getGVStubEntry
(Sym);
PPCAsmPrinter.cpp
183
.
getGVStubEntry
(SymToPrint);
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
98
MachineModuleInfoImpl::StubValueTy &StubSym = ELFMMI.
getGVStubEntry
(SSym);
689
MachOMMI.
getGVStubEntry
(SSym);
715
MachineModuleInfoImpl::StubValueTy &StubSym = MachOMMI.
getGVStubEntry
(SSym);
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
103
P.MMI->getObjFileInfo<MachineModuleInfoMachO>().
getGVStubEntry
(Sym);
X86MCInstLower.cpp
123
getMachOMMI().
getGVStubEntry
(Sym);
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
811
: MMIMachO.
getGVStubEntry
(MCSym);
[
all
...]
Completed in 366 milliseconds