Searched refs:unwrap (Results 1 - 25 of 79) sorted by relevance

1234

/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTarget.cpp32 initializeTarget(*unwrap(R));
40 unwrap(PM)->add(new TargetData(*unwrap(TD)));
45 unwrap(PM)->add(new TargetLibraryInfo(*unwrap(TLI)));
49 std::string StringRep = unwrap(TD)->getStringRepresentation();
54 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian;
58 return unwrap(TD)->getPointerSize();
62 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
66 return unwrap(T
[all...]
H A DTargetMachineC.cpp38 return wrap(unwrap(T)->getNext());
42 return unwrap(T)->getName();
46 return unwrap(T)->getShortDescription();
50 return unwrap(T)->hasJIT();
54 return unwrap(T)->hasTargetMachine();
58 return unwrap(T)->hasMCAsmBackend();
119 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM,
125 delete unwrap(T);
129 const Target* target = &(unwrap(T)->getTarget());
134 std::string StringRep = unwrap(
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Vectorize/
H A DVectorize.cpp33 initializeVectorization(*unwrap(R));
37 unwrap(PM)->add(createBBVectorizePass());
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DScalar.cpp72 initializeScalarOpts(*unwrap(R));
76 unwrap(PM)->add(createAggressiveDCEPass());
80 unwrap(PM)->add(createCFGSimplificationPass());
84 unwrap(PM)->add(createDeadStoreEliminationPass());
88 unwrap(PM)->add(createGVNPass());
92 unwrap(PM)->add(createIndVarSimplifyPass());
96 unwrap(PM)->add(createInstructionCombiningPass());
100 unwrap(PM)->add(createJumpThreadingPass());
104 unwrap(PM)->add(createLICMPass());
108 unwrap(P
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DIPO.cpp50 initializeIPO(*unwrap(R));
54 unwrap(PM)->add(createArgumentPromotionPass());
58 unwrap(PM)->add(createConstantMergePass());
62 unwrap(PM)->add(createDeadArgEliminationPass());
66 unwrap(PM)->add(createFunctionAttrsPass());
70 unwrap(PM)->add(createFunctionInliningPass());
74 unwrap(PM)->add(llvm::createAlwaysInlinerPass());
78 unwrap(PM)->add(createGlobalDCEPass());
82 unwrap(PM)->add(createGlobalOptimizerPass());
86 unwrap(P
[all...]
H A DPassManagerBuilder.cpp310 PassManagerBuilder *Builder = unwrap(PMB);
317 PassManagerBuilder *Builder = unwrap(PMB);
324 PassManagerBuilder *Builder = unwrap(PMB);
331 PassManagerBuilder *Builder = unwrap(PMB);
338 PassManagerBuilder *Builder = unwrap(PMB);
345 PassManagerBuilder *Builder = unwrap(PMB);
352 PassManagerBuilder *Builder = unwrap(PMB);
359 PassManagerBuilder *Builder = unwrap(PMB);
360 FunctionPassManager *FPM = unwrap<FunctionPassManager>(PM);
367 PassManagerBuilder *Builder = unwrap(PM
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DCore.cpp47 initializeCore(*unwrap(R));
68 delete unwrap(C);
73 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
89 return wrap(new Module(ModuleID, *unwrap(C)));
93 delete unwrap(M);
98 return unwrap(M)->getDataLayout().c_str();
102 unwrap(M)->setDataLayout(Triple);
107 return unwrap(M)->getTargetTriple().c_str();
111 unwrap(M)->setTargetTriple(Triple);
115 unwrap(
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Object/
H A DObject.cpp23 return wrap(ObjectFile::createObjectFile(unwrap(MemBuf)));
27 delete unwrap(ObjectFile);
32 section_iterator SI = unwrap(ObjectFile)->begin_sections();
37 delete unwrap(SI);
42 return (*unwrap(SI) == unwrap(ObjectFile)->end_sections()) ? 1 : 0;
47 unwrap(SI)->increment(ec);
53 if (error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect)))
59 symbol_iterator SI = unwrap(ObjectFil
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp29 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
41 switch (unwrap(TyRef)->getTypeID()) {
55 return unwrap(GenValRef)->IntVal.getBitWidth();
60 GenericValue *GenVal = unwrap(GenValRef);
68 return unwrap(GenVal)->PointerVal;
72 switch (unwrap(TyRef)->getTypeID()) {
74 return unwrap(GenVal)->FloatVal;
76 return unwrap(GenVal)->DoubleVal;
83 delete unwrap(GenVal);
92 EngineBuilder builder(unwrap(
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/IPA/
H A DIPA.cpp28 initializeIPA(*unwrap(R));
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DBitWriter.cpp26 WriteBitcodeToFile(unwrap(M), OS);
34 WriteBitcodeToFile(unwrap(M), OS);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DLock.java33 DbLock unwrap() { method in class:Lock
/macosx-10.10/llvmCore-3425.0.34/lib/Bitcode/Reader/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp35 initializeInstrumentation(*unwrap(R));
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DUtils.cpp37 initializeTransformUtils(*unwrap(R));
/macosx-10.10/BerkeleyDB-21/db/cxx/
H A Dcxx_seq.cpp26 DB_SEQUENCE *seq = unwrap(this); \
44 if ((ret = db_sequence_create(&seq, unwrap(db), flags)) != 0)
63 seq = unwrap(this);
69 (seq, unwrap(txnid), key, flags), 0)
73 (seq, unwrap(txnid), flags), 1)
80 (seq, unwrap(txnid), delta, retp, flags), 0)
90 DB_SEQUENCE *seq = unwrap(this);
98 DB_SEQUENCE *seq = unwrap(this);
H A Dcxx_db.cpp33 DB *db = unwrap(this); \
45 DB *db = unwrap(this); \
61 DB *db = unwrap(this); \
69 DB *db = unwrap(this); \
120 db = unwrap(this);
134 DB_ENV *cenv = unwrap(dbenv_);
217 (db, unwrap(txnid), start, stop, c_data, flags, end), DB_RETOK_STD)
221 (db, unwrap(txnid), (DBC **)cursorp, flags),
225 (db, unwrap(txnid), key, flags),
230 DB *db = unwrap(thi
[all...]
H A Dcxx_txn.cpp28 DB_TXN *txn = unwrap(this); \
64 txn = unwrap(this);
H A Dcxx_env.cpp35 DB_ENV *dbenv = unwrap(this); \
51 DB_ENV *dbenv = unwrap(this); \
59 DB_ENV *dbenv = unwrap(this); \
321 DB_ENV *dbenv = unwrap(this);
338 DB_ENV *dbenv = unwrap(this);
358 (dbenv, unwrap(txn), name, subdb, flags))
361 (dbenv, unwrap(txn), name, subdb, newname, flags))
365 DB_ENV *dbenv = unwrap(this);
388 DB_ENV *dbenv = unwrap(this);
407 return unwrap(thi
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/
H A DExceptionUnwrapper.java25 * @param e is the Exception to unwrap.
34 public static Exception unwrap(Exception e) { method in class:ExceptionUnwrapper
49 * @param e is the Exception to unwrap.
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/
H A DNullTransactionRunner.java29 throw ExceptionUnwrapper.unwrap(e);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DAnalysis.cpp76 initializeAnalysis(*unwrap(R));
83 LLVMBool Result = verifyModule(*unwrap(M),
94 return verifyFunction(*unwrap<Function>(Fn),
99 Function *F = unwrap<Function>(Fn);
104 Function *F = unwrap<Function>(Fn);
/macosx-10.10/llvmCore-3425.0.34/include/llvm-c/
H A DObject.h105 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { function in namespace:llvm::object
113 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function in namespace:llvm::object
123 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function in namespace:llvm::object
133 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function in namespace:llvm::object
/macosx-10.10/WebCore-7600.1.25/Modules/webdatabase/
H A DSQLStatement.cpp77 RefPtr<SQLStatementCallback> callback = m_statementCallbackWrapper.unwrap();
78 RefPtr<SQLStatementErrorCallback> errorCallback = m_statementErrorCallbackWrapper.unwrap();
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java65 Exception ee = ExceptionUnwrapper.unwrap(e);
81 Exception ee = ExceptionUnwrapper.unwrap(e);
98 ExceptionUnwrapper.unwrap(e);

Completed in 222 milliseconds

1234