/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | calc.c | 43 LLVMBuilderRef builder, in build_from_tokens() 125 LLVMBuilderRef builder = LLVMCreateBuilder(); in handle_line() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | codegen.ml | 11 let builder = builder context var
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | codegen.ml | 11 let builder = builder context var
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/ |
H A D | Local.cpp | 22 IRBuilder<> builder(C); in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
H A D | codegen.ml | 11 let builder = builder context var
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | codegen.ml | 11 let builder = builder context var
|
/minix3/external/bsd/llvm/dist/llvm/examples/HowToUseJIT/ |
H A D | HowToUseJIT.cpp | 75 IRBuilder<> builder(BB); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | codegen.ml | 11 let builder = builder context var
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerAggrCopies.cpp | 44 IRBuilder<> builder(origBB, origBB->getTerminator()); in convertTransferToLoop() local 82 IRBuilder<> builder(origBB, origBB->getTerminator()); in convertMemSetToLoop() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 903 llvm::IRBuilder<> &builder, in generateStringPrint() 947 llvm::IRBuilder<> &builder, in generateIntegerPrint() 999 llvm::IRBuilder<> &builder, in createFinallyBlock() 1075 llvm::IRBuilder<> &builder, in createCatchBlock() 1127 llvm::IRBuilder<> &builder, in createCatchWrappedInvokeFunction() 1394 llvm::IRBuilder<> &builder, in createThrowExceptionFunction() 1512 llvm::IRBuilder<> &builder, in createUnwindExceptionTest() 1650 llvm::IRBuilder<> &builder) { in createStandardUtilityFunctions()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 1502 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local 1507 ObjCSubscriptOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local 1511 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectRValue() local 1530 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectIncDec() local 1537 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectIncDec() local 1562 ObjCPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local 1566 ObjCSubscriptOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local 1570 MSPropertyOpBuilder builder(*this, refExpr); in checkPseudoObjectAssignment() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/BrainF/ |
H A D | BrainF.h | 90 IRBuilder<> *builder; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngineBindings.cpp | 105 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateExecutionEngineForModule() local 120 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateInterpreterForModule() local 136 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateJITCompilerForModule() local 184 EngineBuilder builder(std::unique_ptr<Module>(unwrap(M))); in LLVMCreateMCJITCompilerForModule() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/ |
H A D | llvm-compilers-check | 611 builder = Builder(work_queue, jobs, variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 172 LLVMBuilderRef builder = LLVMCreateBuilder(); in buildSimpleFunction() local 197 LLVMBuilderRef builder = LLVMCreateBuilder(); in buildFunctionThatUsesStackmap() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 137 CGBuilder builder(this, Node); in addNodeForDecl() local
|
H A D | CFG.cpp | 915 inline bool AddStmtChoice::alwaysAdd(CFGBuilder &builder, in alwaysAdd()
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 416 builder(Pred, B, cast<IndirectGotoStmt>(Term)->getTarget(), in HandleBlockExit() local 439 SwitchNodeBuilder builder(Pred, B, cast<SwitchStmt>(Term)->getCond(), in HandleBlockExit() local
|
H A D | ExprEngine.cpp | 1551 BranchNodeBuilder builder(CheckersOutSet, Dst, BldCtx, DstT, DstF); in processBranch() local 1630 BranchNodeBuilder builder(Pred, Dst, BuilderCtx, DstT, DstF); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 1644 void ExprEngine::processIndirectGoto(IndirectGotoNodeBuilder &builder) { in processIndirectGoto() 1732 void ExprEngine::processSwitch(SwitchNodeBuilder& builder) { in processSwitch()
|
/minix3/external/bsd/llvm/dist/llvm/tools/lli/ |
H A D | lli.cpp | 414 EngineBuilder builder(std::move(Owner)); in main() local
|
/minix3/external/bsd/kyua-cli/dist/store/ |
H A D | transaction.cpp | 107 engine::metadata_builder builder; in get_metadata() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | InlineFunction.cpp | 1126 IRBuilder<> builder(FirstNewBlock->begin()); in InlineFunction() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGException.cpp | 1522 CGBuilderTy builder(entry); in getClangCallTerminateFn() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 1863 val builder : llcontext -> llbuilder val
|