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

  /external/llvm/lib/Target/MBlaze/
MBlazeMCInstLower.cpp 86 GetBlockAddressSymbol(const MachineOperand &MO) const {
92 return Printer.GetBlockAddressSymbol(MO.getBlockAddress());
149 MCOp = LowerSymbolOperand(MO, GetBlockAddressSymbol(MO));
  /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));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 758 MCSymbol *Sym = GetBlockAddressSymbol(BB);
    [all...]

Completed in 983 milliseconds