Searched refs:onRAUW (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/VMCore/
H A DValueMapTest.cpp188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { function in struct:__anon9292::LockMutex
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { function in struct:__anon9292::CountOps
274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) { function in struct:__anon9292::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
235 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
238 // I could == Copy.Map->Map.end() if the onRAUW callback already
/external/llvm/include/llvm/ExecutionEngine/
H A DExecutionEngine.h57 static void onRAUW(ExecutionEngineState *, const GlobalValue *,
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp78 static void onRAUW(JITResolverState *, Value *Old, Value *New) { function in struct:__anon8763::NoRAUWValueMapConfig
356 static void onRAUW(JITEmitter *, const Function*, const Function*);
1242 void JITEmitter::EmittedFunctionConfig::onRAUW(
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1150 void ExecutionEngineState::AddressMapConfig::onRAUW(ExecutionEngineState *, function in class:ExecutionEngineState::AddressMapConfig

Completed in 282 milliseconds