/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ValueMapTest.cpp | 192 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/ |
D | ValueMapTest.cpp | 191 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-7.0/llvm/unittests/IR/ |
D | ValueMapTest.cpp | 191 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/ |
D | ValueMap.h | 64 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} in onDelete() function 215 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ValueMap.h | 74 static void onDelete(const ExtraDataT &/*Data*/, KeyT /*Old*/) {} in onDelete() function 273 Config::onDelete(Copy.Map->Data, Copy.Unwrap()); // May destroy *this.
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 69 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/ |
D | JITEmitter.cpp | 87 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/ |
D | ExecutionEngine.h | 53 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1117 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, in onDelete() function in ExecutionEngineState::AddressMapConfig
|