HomeSort by relevance Sort by last modified time
    Searched defs:getMachOMMI (Results 1 - 2 of 2) sorted by null

  /external/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/X86/
X86MCInstLower.cpp 37 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
82 getMachOMMI().getGVStubEntry(Sym);
96 getMachOMMI().getHiddenGVStubEntry(Sym);
110 getMachOMMI().getFnStubEntry(Sym);

Completed in 38 milliseconds