Home
last modified time | relevance | path

Searched refs:NewCache (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h47 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileUtils.h49 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() argument
/external/llvm/include/llvm/ExecutionEngine/Orc/
DIRCompileLayer.h50 void setObjectCache(ObjectCache *NewCache) { ObjCache = NewCache; } in setObjectCache() argument
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/json/
Dtest_json.cc228 upb::json::PrinterPtr::NewCache(false)); in test_json_roundtrip()
266 serialize_handlercache = upb::json::PrinterPtr::NewCache(true); in test_json_roundtrip()
310 upb::json::PrinterPtr::NewCache(false)); in test_json_failure()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/
Dtextprinter.h59 static HandlerCache NewCache() { in NewCache() function
Dencoder.h71 static HandlerCache NewCache() { in NewCache() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/
Dprinter.h62 static HandlerCache NewCache(bool preserve_proto_fieldnames) { in NewCache() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_encoder.cc73 upb::HandlerCache encoder_cache(upb::pb::EncoderPtr::NewCache()); in test_pb_roundtrip()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h236 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() argument
237 CompileLayer.setObjectCache(NewCache); in setObjectCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.h369 void setObjectCache(ObjectCache *NewCache) override { in setObjectCache() argument
370 CompileLayer.getCompiler().setObjectCache(NewCache); in setObjectCache()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp143 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() argument
145 ObjCache = NewCache; in setObjectCache()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp138 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() argument
140 ObjCache = NewCache; in setObjectCache()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp140 void MCJIT::setObjectCache(ObjectCache* NewCache) { in setObjectCache() argument
142 ObjCache = NewCache; in setObjectCache()
/external/protobuf/php/ext/google/protobuf/
Dupb.h6960 static HandlerCache NewCache() {
7030 static HandlerCache NewCache() {
7240 static HandlerCache NewCache(bool preserve_proto_fieldnames) {