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

  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 32 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) {
73 getMachOMMI(AP).getFnStubEntry(Sym);
93 MachineModuleInfoMachO &MachO = getMachOMMI(AP);
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 53 MachineModuleInfoMachO &getMachOMMI() const;
66 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
123 getMachOMMI().getGVStubEntry(Sym);
135 getMachOMMI().getHiddenGVStubEntry(Sym);
147 getMachOMMI().getFnStubEntry(Sym);
    [all...]

Completed in 31 milliseconds