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

  /external/llvm/lib/Target/X86/
X86MCInstLower.h 47 MachineModuleInfoMachO &getMachOMMI() const;
X86MCInstLower.cpp 37 MachineModuleInfoMachO &X86MCInstLower::getMachOMMI() const {
82 getMachOMMI().getGVStubEntry(Sym);
96 getMachOMMI().getHiddenGVStubEntry(Sym);
110 getMachOMMI().getFnStubEntry(Sym);
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 26 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) {
55 getMachOMMI(AP).getFnStubEntry(Sym);
79 MachineModuleInfoMachO &MachO = getMachOMMI(AP);

Completed in 86 milliseconds