Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DBasicBlock.h28 class BlockAddress; variable
/external/llvm/include/llvm/IR/
DBasicBlock.h30 class BlockAddress; variable
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.h23 class BlockAddress; variable
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h24 class BlockAddress; variable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h23 class BlockAddress; variable
DMachineOperand.h22 class BlockAddress; variable
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h29 class BlockAddress; variable
DMachineModuleInfo.h55 class BlockAddress; variable
DMachineOperand.h22 class BlockAddress; variable
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/external/llvm/unittests/Linker/
DLinkModulesTest.cpp79 TEST_F(LinkModuleTest, BlockAddress) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml215 | BlockAddress Constructor
Dllvm.mli267 | BlockAddress Constructor
Dllvm_ocaml.c417 BlockAddress, enumerator
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml268 | BlockAddress Constructor
Dllvm.mli337 | BlockAddress Constructor
Dllvm_ocaml.c526 BlockAddress, enumerator
/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstants.cpp1153 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
/external/llvm/lib/IR/
DConstants.cpp1371 BlockAddress::BlockAddress(Function *F, BasicBlock *BB) in BlockAddress() function in BlockAddress
/external/llvm/bindings/go/llvm/
Dir.go954 func BlockAddress(f Value, bb BasicBlock) (v Value) { func