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

  /external/llvm/include/llvm/IR/
Constants.h 825 /// BlockAddress - The address of a basic block.
827 class BlockAddress : public Constant {
830 BlockAddress(Function *F, BasicBlock *BB);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 268 | BlockAddress
    [all...]
llvm_ocaml.c 481 BlockAddress,
508 DEFINE_CASE(Val, BlockAddress);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 437 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
440 // While raw uses of blockaddress need to be relocated, differences between
450 isa<BlockAddress>(LHS->getOperand(0)) &&
451 isa<BlockAddress>(RHS->getOperand(0)) &&
452 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
453 cast<BlockAddress>(RHS->getOperand(0))->getFunction())
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 403 milliseconds