HomeSort by: relevance | last modified time | path
    Searched refs:EK_GPRel32BlockAddress (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 56 /// EK_GPRel32BlockAddress - Each entry is an address of block, encoded
59 EK_GPRel32BlockAddress,
MIRYamlMapping.h 137 MachineJumpTableInfo::EK_GPRel32BlockAddress);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1003 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
1023 case MachineJumpTableInfo::EK_GPRel32BlockAddress:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2170 case MachineJumpTableInfo::EK_GPRel32BlockAddress: {
2171 // EK_GPRel32BlockAddress - Each entry is an address of block, encoded
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 451 return MachineJumpTableInfo::EK_GPRel32BlockAddress;
463 (JTEncoding == MachineJumpTableInfo::EK_GPRel32BlockAddress))

Completed in 28 milliseconds