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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 452 /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
455 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 436 /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
439 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 237 return MCSymbolRefExpr::Create(MF->getJTISymbol(JTI, Ctx), Ctx);
    [all...]

Completed in 416 milliseconds