Home
last modified time | relevance | path

Searched refs:onDelete (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/VMCore/
DValueMapTest.cpp192 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() function
/external/llvm/unittests/IR/
DValueMapTest.cpp191 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete() function
277 static void onDelete(ExtraData Map, KeyT Old) { in onDelete() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DValueMap.h64 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} in onDelete() function
215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
/external/llvm/include/llvm/IR/
DValueMap.h69 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} in onDelete() function
262 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp87 static void onDelete(JITResolverState *JRS, Function *F);
354 static void onDelete(JITEmitter *, const Function*);
477 void CallSiteValueMapConfig::onDelete(JITResolverState *JRS, Function *F) { in onDelete() function in CallSiteValueMapConfig
1248 void JITEmitter::EmittedFunctionConfig::onDelete( in onDelete() function in JITEmitter::EmittedFunctionConfig
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h53 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp1117 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, in onDelete() function in ExecutionEngineState::AddressMapConfig