Searched refs:getMachOMMI (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { function
76 getMachOMMI(AP).getFnStubEntry(Sym);
96 MachineModuleInfoMachO &MachO = getMachOMMI(AP);
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp63 MachineModuleInfoMachO &getMachOMMI() const;
122 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const { function in class:X86MCInstLower
182 getMachOMMI().getGVStubEntry(Sym);
194 getMachOMMI().getHiddenGVStubEntry(Sym);
206 getMachOMMI().getFnStubEntry(Sym);

Completed in 57 milliseconds