Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp486 Branch->addDestination(Target); in prepareExceptionHandlers()
729 IBr->addDestination(Target->getBasicBlock()); in completeNestedLandingPad()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1349 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/llvm/include/llvm/IR/
DInstructions.h2983 void addDestination(BasicBlock *Dest);
/external/llvm/lib/IR/
DCore.cpp2263 unwrap<IndirectBrInst>(IndirectBr)->addDestination(unwrap(Dest)); in LLVMAddDestination()
DInstructions.cpp3471 void IndirectBrInst::addDestination(BasicBlock *DestBB) { in addDestination() function in IndirectBrInst
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3831 IBI->addDestination(DestBB); in ParseFunctionBody()
/external/llvm/lib/AsmParser/
DLLParser.cpp4708 IBI->addDestination(DestList[i]); in ParseIndirectBr()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1998 See the method [llvm::IndirectBrInst::addDestination]. **)