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

  /external/llvm/include/llvm/IR/
Constants.h 746 /// BlockAddress - The address of a basic block.
748 class BlockAddress : public Constant {
751 BlockAddress(Function *F, BasicBlock *BB);
753 /// get - Return a BlockAddress for the specified function and basic block.
754 static BlockAddress *get(Function *F, BasicBlock *BB);
756 /// get - Return a BlockAddress for the specified basic block. The basic
758 static BlockAddress *get(BasicBlock *BB);
760 /// \brief Lookup an existing \c BlockAddress constant for the given
763 /// \returns 0 if \c !BB->hasAddressTaken(), otherwise the \c BlockAddress.
764 static BlockAddress *lookup(const BasicBlock *BB)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 380 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
383 // While raw uses of blockaddress need to be relocated, differences between
394 isa<BlockAddress>(LHS->getOperand(0)) &&
395 isa<BlockAddress>(RHS->getOperand(0)) &&
396 cast<BlockAddress>(LHS->getOperand(0))->getFunction() ==
397 cast<BlockAddress>(RHS->getOperand(0))->getFunction())
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 261 | BlockAddress
    [all...]
llvm_ocaml.c 479 BlockAddress,
506 DEFINE_CASE(Val, BlockAddress);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 375 milliseconds