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

  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.cpp 86 GetBlockAddressSymbol(const MachineOperand &MO) const {
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO));
MSP430MCInstLower.h 42 MCSymbol *GetBlockAddressSymbol(const MachineOperand &MO) const;
  /external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 87 MCO = GetSymbolRef(MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP);
  /external/llvm/lib/Target/Sparc/
SparcMCInstLower.cpp 50 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress());
SparcAsmPrinter.cpp 370 O << GetBlockAddressSymbol(MO.getBlockAddress())->getName();
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.cpp 64 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 50 Symbol = Printer.GetBlockAddressSymbol(MO.getBlockAddress());
XCoreAsmPrinter.cpp 230 O << *GetBlockAddressSymbol(MO.getBlockAddress());
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 353 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
354 MCSymbol *GetBlockAddressSymbol(const BasicBlock *BB) const;
  /external/llvm/lib/Target/ARM/
ARMMCInstLower.cpp 102 MCOp = GetSymbolRef(MO, GetBlockAddressSymbol(MO.getBlockAddress()));
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 198 MO, Printer.GetBlockAddressSymbol(MO.getBlockAddress()));
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp 82 Symbol = AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress());
MipsAsmPrinter.cpp 600 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 210 MCOp = GetSymbolRef(MO,AP.GetBlockAddressSymbol(MO.getBlockAddress()),AP,
PPCAsmPrinter.cpp 191 O << *GetBlockAddressSymbol(MO.getBlockAddress());
546 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress());
590 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress());
634 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress());
665 MOSymbol = GetBlockAddressSymbol(MO.getBlockAddress());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 880 MCSymbol *Sym = GetBlockAddressSymbol(&BB);
    [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 429 AsmPrinter.GetBlockAddressSymbol(MO.getBlockAddress()));
    [all...]

Completed in 452 milliseconds