OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMachOMMI
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCMCInstLower.cpp
26
static MachineModuleInfoMachO &
getMachOMMI
(AsmPrinter &AP) {
55
getMachOMMI
(AP).getFnStubEntry(Sym);
79
MachineModuleInfoMachO &MachO =
getMachOMMI
(AP);
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
33
static MachineModuleInfoMachO &
getMachOMMI
(AsmPrinter &AP) {
66
MachineModuleInfoMachO &MachO =
getMachOMMI
(AP);
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.cpp
37
MachineModuleInfoMachO &X86MCInstLower::
getMachOMMI
() const {
82
getMachOMMI
().getGVStubEntry(Sym);
96
getMachOMMI
().getHiddenGVStubEntry(Sym);
110
getMachOMMI
().getFnStubEntry(Sym);
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
70
MachineModuleInfoMachO &
getMachOMMI
() const;
115
MachineModuleInfoMachO &X86MCInstLower::
getMachOMMI
() const {
166
getMachOMMI
().getGVStubEntry(Sym);
[
all
...]
Completed in 129 milliseconds