HomeSort by relevance Sort by last modified time
    Searched refs:unwrap (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/lib/Target/
Target.cpp 27 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
42 initializeTarget(*unwrap(R));
52 unwrap(PM)->add(new DataLayoutPass(*unwrap(TD)));
57 unwrap(PM)->add(new TargetLibraryInfo(*unwrap(TLI)));
61 std::string StringRep = unwrap(TD)->getStringRepresentation();
66 return unwrap(TD)->isLittleEndian() ? LLVMLittleEndian : LLVMBigEndian;
70 return unwrap(TD)->getPointerSize(0);
74 return unwrap(TD)->getPointerSize(AS)
    [all...]
TargetMachineC.cpp 33 inline TargetMachine *unwrap(LLVMTargetMachineRef P) { function
36 inline Target *unwrap(LLVMTargetRef P) { function
56 return wrap(unwrap(T)->getNext());
87 return unwrap(T)->getName();
91 return unwrap(T)->getShortDescription();
95 return unwrap(T)->hasJIT();
99 return unwrap(T)->hasTargetMachine();
103 return unwrap(T)->hasMCAsmBackend();
126 CodeModel::Model CM = unwrap(CodeModel);
145 return wrap(unwrap(T)->createTargetMachine(Triple, CPU, Features, opt, RM
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalar.cpp 72 initializeScalarOpts(*unwrap(R));
76 unwrap(PM)->add(createAggressiveDCEPass());
80 unwrap(PM)->add(createCFGSimplificationPass());
84 unwrap(PM)->add(createDeadStoreEliminationPass());
88 unwrap(PM)->add(createScalarizerPass());
92 unwrap(PM)->add(createGVNPass());
96 unwrap(PM)->add(createIndVarSimplifyPass());
100 unwrap(PM)->add(createInstructionCombiningPass());
104 unwrap(PM)->add(createJumpThreadingPass());
108 unwrap(PM)->add(createLICMPass())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
Vectorize.cpp 35 initializeVectorization(*unwrap(R));
39 unwrap(PM)->add(createBBVectorizePass());
43 unwrap(PM)->add(createLoopVectorizePass());
47 unwrap(PM)->add(createSLPVectorizerPass());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
unwrap.hpp 14 // $Id: unwrap.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
24 F& unwrap(F& f, long) function in namespace:boost::mpl::aux
32 unwrap(reference_wrapper<F>& f, int) function in namespace:boost::mpl::aux
40 unwrap(reference_wrapper<F> const& f, int) function in namespace:boost::mpl::aux
  /external/llvm/lib/Transforms/IPO/
IPO.cpp 51 initializeIPO(*unwrap(R));
55 unwrap(PM)->add(createArgumentPromotionPass());
59 unwrap(PM)->add(createConstantMergePass());
63 unwrap(PM)->add(createDeadArgEliminationPass());
67 unwrap(PM)->add(createFunctionAttrsPass());
71 unwrap(PM)->add(createFunctionInliningPass());
75 unwrap(PM)->add(llvm::createAlwaysInlinerPass());
79 unwrap(PM)->add(createGlobalDCEPass());
83 unwrap(PM)->add(createGlobalOptimizerPass());
87 unwrap(PM)->add(createIPConstantPropagationPass())
    [all...]
  /external/llvm/lib/IR/
Core.cpp 56 initializeCore(*unwrap(R));
87 unwrap(C)->setDiagnosticHandler(
96 unwrap(C)->setYieldCallback(YieldCallback, OpaqueHandle);
100 delete unwrap(C);
105 return unwrap(C)->getMDKindID(StringRef(Name, SLen));
117 unwrap(DI)->print(DP);
126 switch(unwrap(DI)->getSeverity()) {
155 return wrap(new Module(ModuleID, *unwrap(C)));
159 delete unwrap(M);
164 return unwrap(M)->getDataLayoutStr().c_str()
    [all...]
  /external/llvm/lib/Object/
Object.cpp 22 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { function
30 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { function
40 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { function
50 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { function
62 std::unique_ptr<MemoryBuffer> Buf(unwrap(MemBuf));
70 delete unwrap(ObjectFile);
75 section_iterator SI = unwrap(ObjectFile)->section_begin();
80 delete unwrap(SI);
85 return (*unwrap(SI) == unwrap(ObjectFile)->section_end()) ? 1 : 0
    [all...]
  /libcore/luni/src/main/java/java/sql/
Wrapper.java 39 <T> T unwrap(Class<T> iface) throws SQLException; method in interface:Wrapper
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 20 inline ty *unwrap(ref P) { \
32 inline T *unwrap(ref P) { \
33 return cast<T>(unwrap(P)); \
40 inline T *unwrap(ref P) { \
41 T *Q = (T*)unwrap(P); \
  /external/llvm/tools/lto/
lto.cpp 64 LTOCodeGenerator *CG = unwrap(cg);
149 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); }
152 return unwrap(mod)->getTargetTriple().c_str();
156 return unwrap(mod)->setTargetTriple(triple);
160 return unwrap(mod)->getSymbolCount();
164 return unwrap(mod)->getSymbolName(index);
169 return unwrap(mod)->getSymbolAttributes(index);
173 return unwrap(mod)->getDependentLibraryCount();
177 return unwrap(mod)->getDependentLibrary(index);
181 return unwrap(mod)->getLinkerOptCount()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
Wrapper.java 16 public byte[] unwrap(byte[] in, int inOff, int inLen) method in interface:Wrapper
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebServiceWorkerProxy.cpp 17 WebCore::ServiceWorker* WebServiceWorkerProxy::unwrap() const function in class:blink::WebServiceWorkerProxy
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 30 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { function
50 GenVal->IntVal = APInt(unwrap<IntegerType>(Ty)->getBitWidth(), N, IsSigned);
62 switch (unwrap(TyRef)->getTypeID()) {
76 return unwrap(GenValRef)->IntVal.getBitWidth();
81 GenericValue *GenVal = unwrap(GenValRef);
89 return unwrap(GenVal)->PointerVal;
93 switch (unwrap(TyRef)->getTypeID()) {
95 return unwrap(GenVal)->FloatVal;
97 return unwrap(GenVal)->DoubleVal;
104 delete unwrap(GenVal)
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 27 WriteBitcodeToFile(unwrap(M), OS);
35 WriteBitcodeToFile(unwrap(M), OS);
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMCustomEvent.cpp 48 unwrap<CustomEvent>()->initCustomEvent(type, canBubble, cancelable, serializedScriptValue.get());
WebFormElement.cpp 75 unwrap<HTMLFormElement>()->submit();
82 unwrap<HTMLFormElement>()->getNamedElements(name, tempVector);
101 return unwrap<HTMLFormElement>()->checkValidity();
106 unwrap<HTMLFormElement>()->finishRequestAutocomplete(static_cast<HTMLFormElement::AutocompleteResult>(result));
WebLabelElement.cpp 45 return WebElement(unwrap<HTMLLabelElement>()->control());
  /external/chromium_org/third_party/WebKit/public/platform/
WebServiceWorkerProxy.h 33 BLINK_PLATFORM_EXPORT WebCore::ServiceWorker* unwrap() const;
  /external/llvm/lib/Analysis/IPA/
IPA.cpp 30 initializeIPA(*unwrap(R));
  /external/llvm/lib/Transforms/Instrumentation/
Instrumentation.cpp 36 initializeInstrumentation(*unwrap(R));
  /external/smack/src/org/apache/harmony/javax/security/sasl/
SaslClient.java 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; method in interface:SaslClient
SaslServer.java 34 byte[] unwrap(byte[] incoming, int offset, int len) throws SaslException; method in interface:SaslServer
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitReader.cpp 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),

Completed in 2517 milliseconds

1 2 3 4 5 6 7 8 9