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

  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 146 O << " + [.-" << *P.MF->getPICBaseSymbol() << ']';
151 O << '-' << *P.MF->getPICBaseSymbol();
168 O << "@TLVP" << '-' << *P.MF->getPICBaseSymbol();
X86MCInstLower.cpp 189 MCSymbolRefExpr::Create(MF.getPICBaseSymbol(),
213 MCSymbolRefExpr::Create(MF.getPICBaseSymbol(), Ctx),
825 MCSymbol *PICBase = MF->getPICBaseSymbol()
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 150 const MCExpr *PB = MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
PPCAsmPrinter.cpp 321 MCSymbol *PICBase = MF->getPICBaseSymbol();
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 469 /// getPICBaseSymbol - Return a function-local symbol to represent the PIC
471 MCSymbol *getPICBaseSymbol() const;
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 474 /// getPICBaseSymbol - Return a function-local symbol to represent the PIC
476 MCSymbol *MachineFunction::getPICBaseSymbol() const {
    [all...]

Completed in 101 milliseconds