Searched defs:onRAUW (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/VMCore/
H A DValueMapTest.cpp188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { function in struct:__anon7966::LockMutex
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { function in struct:__anon7966::CountOps
274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { function in struct:__anon7966::ModifyingConfig
/external/llvm/include/llvm/ADT/
H A DValueMap.h62 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {} function in struct:llvm::ValueMapConfig
67 /// This is only acquired from the CallbackVH (and held around calls to onRAUW
229 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
232 // I could == Copy.Map->Map.end() if the onRAUW callback already
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1149 void ExecutionEngineState::AddressMapConfig::onRAUW(ExecutionEngineState *, function in class:ExecutionEngineState::AddressMapConfig
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp78 static void onRAUW(JITResolverState *, Value *Old, Value *New) { function in struct:__anon7448::NoRAUWValueMapConfig
351 static void onRAUW(JITEmitter *, const Function*, const Function*);
1237 void JITEmitter::EmittedFunctionConfig::onRAUW(

Completed in 58 milliseconds