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

  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 82 GetBlockAddressSymbol(const MachineOperand &MO) const {
88 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
145 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO));
MSP430MCInstLower.h 45 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.h 45 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
MBlazeMCInstLower.cpp 86 GetBlockAddressSymbol(const MachineOperand &MO) const {
94 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
151 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO));
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 307 /// GetBlockAddressSymbol - Return the MCSymbol used to satisfy BlockAddress
309 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
310 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 101 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMAsmPrinter.cpp 775 MCSym = GetBlockAddressSymbol(ACPV->getBlockAddress());
    [all...]
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 61 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 328 MCSymbol* BA = GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 166 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 174 O << *GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp 248 O << *GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 336 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));

Completed in 348 milliseconds