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

1234

/external/llvm/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...]
/external/llvm/lib/Transforms/Vectorize/
H A DVectorize.cpp33 initializeVectorization(*unwrap(R));
37 unwrap(PM)->add(createBBVectorizePass());
/external/llvm/lib/Transforms/Scalar/
H A DScalar.cpp71 initializeScalarOpts(*unwrap(R));
75 unwrap(PM)->add(createAggressiveDCEPass());
79 unwrap(PM)->add(createCFGSimplificationPass());
83 unwrap(PM)->add(createDeadStoreEliminationPass());
87 unwrap(PM)->add(createGVNPass());
91 unwrap(PM)->add(createIndVarSimplifyPass());
95 unwrap(PM)->add(createInstructionCombiningPass());
99 unwrap(PM)->add(createJumpThreadingPass());
103 unwrap(PM)->add(createLICMPass());
107 unwrap(P
[all...]
/external/llvm/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.cpp298 PassManagerBuilder *Builder = unwrap(PMB);
305 PassManagerBuilder *Builder = unwrap(PMB);
312 PassManagerBuilder *Builder = unwrap(PMB);
319 PassManagerBuilder *Builder = unwrap(PMB);
326 PassManagerBuilder *Builder = unwrap(PMB);
333 PassManagerBuilder *Builder = unwrap(PMB);
340 PassManagerBuilder *Builder = unwrap(PMB);
347 PassManagerBuilder *Builder = unwrap(PMB);
348 FunctionPassManager *FPM = unwrap<FunctionPassManager>(PM);
355 PassManagerBuilder *Builder = unwrap(PM
[all...]
/external/llvm/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...]
/external/llvm/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...]
/external/llvm/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...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java16 public byte[] unwrap(byte[] in, int inOff, int inLen) method in interface:Wrapper
/external/llvm/lib/Analysis/IPA/
H A DIPA.cpp28 initializeIPA(*unwrap(R));
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMouseEvent.cpp62 return unwrap<MouseEvent>()->layerX();
67 return unwrap<MouseEvent>()->layerY();
72 return unwrap<MouseEvent>()->offsetX();
77 return unwrap<MouseEvent>()->offsetY();
H A DWebInputElement.cpp80 unwrap<HTMLInputElement>()->setActivatedSubmit(activated);
90 unwrap<HTMLInputElement>()->setValue(value, sendChangeEvent);
100 unwrap<HTMLInputElement>()->setSuggestedValue(value);
110 unwrap<HTMLInputElement>()->setPlaceholder(value);
125 unwrap<HTMLInputElement>()->setAutofilled(autoFilled);
130 unwrap<HTMLInputElement>()->setSelectionRange(start, end);
176 InputElement* inputElement = webElement->unwrap<Element>()->toInputElement();
180 ASSERT(webElement->unwrap<Element>()->isHTMLElement());
H A DWebLabelElement.cpp45 return WebElement(unwrap<HTMLLabelElement>()->control());
H A DWebOptionElement.cpp46 return unwrap<HTMLOptionElement>()->setValue(newValue);
71 return unwrap<HTMLOptionElement>()->setDefaultSelected(newSelected);
H A DWebPluginDocument.cpp50 PluginDocument* doc = unwrap<PluginDocument>();
H A DWebElement.cpp79 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode);
95 return adoptRef(static_cast<Node*>(unwrap<Element>()->shadowRoot()));
/external/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp26 WriteBitcodeToFile(unwrap(M), OS);
34 WriteBitcodeToFile(unwrap(M), OS);
/external/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp35 initializeInstrumentation(*unwrap(R));
/external/llvm/lib/Transforms/Utils/
H A DUtils.cpp36 initializeTransformUtils(*unwrap(R));
/external/guava/guava-tests/test/com/google/common/primitives/
H A DPrimitivesTest.java44 assertSame(int.class, Primitives.unwrap(Integer.class));
45 assertSame(int.class, Primitives.unwrap(int.class));
46 assertSame(String.class, Primitives.unwrap(String.class));
/external/llvm/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);
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
H A DSSLEngineTest.java215 * Test for <code>unwrap(ByteBuffer src, ByteBuffer dst)</code> method
232 e.unwrap(bbN, bb);
233 e.unwrap(bb, bbN);
238 e.unwrap(bb, roBb);
242 * Test for <code>unwrap(ByteBuffer src, ByteBuffer[] dsts)</code> method
263 e.unwrap(bb, bbNA);
268 e.unwrap(bb, bbA);
269 e.unwrap(bbN, bbA);
277 e.unwrap(bb, bbA);
282 * Test for <code>unwrap(ByteBuffersr
484 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, method in class:mySSLEngine
520 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) method in class:mySSLEngine1
529 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) method in class:mySSLEngine1
[all...]
/external/llvm/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

Completed in 322 milliseconds

1234