HomeSort by relevance Sort by last modified time
    Searched refs:ContextRef (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm-c/
IRReader.h 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
BitReader.h 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
IRReader.h 32 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
BitReader.h 49 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
53 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
61 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
67 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
  /external/swiftshader/third_party/LLVM/include/llvm-c/
BitReader.h 35 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
42 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
52 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitReader.cpp 28 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
48 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
73 LLVMBool LLVMGetBitcodeModuleProviderInContext(LLVMContextRef ContextRef,
77 return LLVMGetBitcodeModuleInContext(ContextRef, MemBuf,
  /external/llvm/lib/Bitcode/Reader/
BitReader.cpp 44 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
49 LLVMContext &Ctx = *unwrap(ContextRef);
72 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
76 LLVMContext &Ctx = *unwrap(ContextRef);
91 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
94 LLVMContext &Ctx = *unwrap(ContextRef);
120 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
123 LLVMContext &Ctx = *unwrap(ContextRef);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
BitReader.cpp 36 LLVMBool LLVMParseBitcodeInContext(LLVMContextRef ContextRef,
41 LLVMContext &Ctx = *unwrap(ContextRef);
59 LLVMBool LLVMParseBitcodeInContext2(LLVMContextRef ContextRef,
63 LLVMContext &Ctx = *unwrap(ContextRef);
79 LLVMBool LLVMGetBitcodeModuleInContext(LLVMContextRef ContextRef,
82 LLVMContext &Ctx = *unwrap(ContextRef);
106 LLVMBool LLVMGetBitcodeModuleInContext2(LLVMContextRef ContextRef,
109 LLVMContext &Ctx = *unwrap(ContextRef);
  /external/v8/src/compiler/
js-context-specialization.cc 102 base::Optional<ContextRef> GetSpecializationContext(
116 return ContextRef(broker, outer.context);
123 return base::Optional<ContextRef>();
137 base::Optional<ContextRef> maybe_concrete =
146 ContextRef concrete = maybe_concrete.value();
198 base::Optional<ContextRef> maybe_concrete =
207 ContextRef concrete = maybe_concrete.value();
js-heap-broker.h 215 class ContextRef : public HeapObjectRef {
219 base::Optional<ContextRef> previous() const;
246 class NativeContextRef : public ContextRef {
248 using ContextRef::ContextRef;
268 ContextRef context;
js-heap-broker.cc 540 base::Optional<ContextRef> ContextRef::previous() const {
544 if (previous == nullptr) return base::Optional<ContextRef>();
545 return ContextRef(broker(), handle(previous, broker()->isolate()));
548 ObjectRef ContextRef::get(int index) const {
770 LookupResult result{ContextRef(broker(), script_context),
    [all...]
  /external/llvm/lib/IRReader/
IRReader.cpp 102 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
109 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/
IRReader.cpp 116 LLVMBool LLVMParseIRInContext(LLVMContextRef ContextRef,
123 wrap(parseIR(MB->getMemBufferRef(), Diag, *unwrap(ContextRef)).release());

Completed in 317 milliseconds