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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFunction.h 410 /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
413 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 594 /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
597 MCSymbol *getJTISymbol(unsigned JTI, MCContext &Ctx,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 403 /// getJTISymbol - Return the MCSymbol for the specified non-empty jump table.
406 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx,
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 537 MCSymbol *MachineFunction::getJTISymbol(unsigned JTI, MCContext &Ctx,
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 312 return MCSymbolRefExpr::create(MF->getJTISymbol(JTI, Ctx), Ctx);
    [all...]

Completed in 272 milliseconds