Home
last modified time | relevance | path

Searched refs:addDestination (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1522 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2620 void addDestination(BasicBlock *Dest);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1811 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
DInstructions.cpp3272 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp2453 IBI->addDestination(DestBB); in ParseFunctionBody()
/external/llvm/lib/IR/
DCore.cpp2508 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
DInstructions.cpp3847 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3161 IBI->addDestination(DestList[i]); in ParseIndirectBr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3654 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
DCore.cpp2781 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
/external/llvm/include/llvm/IR/
DInstructions.h3350 void addDestination(BasicBlock *Dest);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstructions.h3852 void addDestination(BasicBlock *Dest);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4086 IBI->addDestination(DestBB); in parseFunctionBody()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1787 See the method [llvm::IndirectBrInst::addDestination]. **)
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5074 IBI->addDestination(DestBB); in parseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp5234 IBI->addDestination(DestList[i]); in ParseIndirectBr()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.mli2054 See the method [llvm::IndirectBrInst::addDestination]. **)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli2038 See the method [llvm::IndirectBrInst::addDestination]. **)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp5738 IBI->addDestination(DestList[i]); in ParseIndirectBr()