Home
last modified time | relevance | path

Searched defs:BlockAddress (Results 1 – 12 of 12) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DBasicBlock.h30 class BlockAddress; variable
/minix/external/bsd/llvm/dist/llvm/unittests/Linker/
H A DLinkModulesTest.cpp71 TEST_F(LinkModuleTest, BlockAddress) { in TEST_F() argument
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h24 class BlockAddress; variable
/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h27 class BlockAddress; variable
H A DMachineOperand.h22 class BlockAddress; variable
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml268 | BlockAddress Constructor
H A Dllvm.mli337 | BlockAddress Constructor
H A Dllvm_ocaml.c481 BlockAddress, enumerator
/minix/minix/drivers/power/acpi/include/
H A Dactbl3.h341 UINT64 BlockAddress; member
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1480 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
/minix/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go952 func BlockAddress(f Value, bb BasicBlock) (v Value) { func