Home
last modified time | relevance | path

Searched refs:ContextRef (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitReader.cpp36 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
41 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext()
59 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument
63 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2()
79 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
82 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext()
106 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument
109 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitReader.cpp28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext()
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleProviderInContext() argument
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf, in LLVMGetBitcodeModuleProviderInContext()
/external/llvm/lib/Bitcode/Reader/
DBitReader.cpp44 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext() argument
49 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext()
72 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef, in LLVMParseBitcodeInContext2() argument
76 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2()
91 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext() argument
94 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext()
120 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef, in LLVMGetBitcodeModuleInContext2() argument
123 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/external/llvm/include/llvm-c/
DBitReader.h49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
DIRReader.h32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
/external/v8/src/compiler/
Djs-context-specialization.cc102 base::Optional<ContextRef> GetSpecializationContext( in GetSpecializationContext()
116 return ContextRef(broker, outer.context); in GetSpecializationContext()
123 return base::Optional<ContextRef>(); in GetSpecializationContext()
137 base::Optional<ContextRef> maybe_concrete = in ReduceJSLoadContext()
146 ContextRef concrete = maybe_concrete.value(); in ReduceJSLoadContext()
198 base::Optional<ContextRef> maybe_concrete = in ReduceJSStoreContext()
207 ContextRef concrete = maybe_concrete.value(); in ReduceJSStoreContext()
Djs-heap-broker.h215 class ContextRef : public HeapObjectRef {
219 base::Optional<ContextRef> previous() const;
246 class NativeContextRef : public ContextRef {
248 using ContextRef::ContextRef;
268 ContextRef context;
Djs-heap-broker.cc540 base::Optional<ContextRef> ContextRef::previous() const { in previous()
544 if (previous == nullptr) return base::Optional<ContextRef>(); in previous()
545 return ContextRef(broker(), handle(previous, broker()->isolate())); in previous()
548 ObjectRef ContextRef::get(int index) const { in get()
770 LookupResult result{ContextRef(broker(), script_context), in lookup()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DBitReader.h35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
42 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
/external/llvm/lib/IRReader/
DIRReader.cpp102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/
DIRReader.cpp116 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef, in LLVMParseIRInContext() argument
123 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release()); in LLVMParseIRInContext()