HomeSort by relevance Sort by last modified time
    Searched defs:onRAUW (Results 1 - 4 of 4) sorted by null

  /external/llvm/unittests/IR/
ValueMapTest.cpp 187 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
241 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
273 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) {
  /external/llvm/include/llvm/ADT/
ValueMap.h 61 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
66 /// This is only acquired from the CallbackVH (and held around calls to onRAUW
234 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
237 // I could == Copy.Map->Map.end() if the onRAUW callback already
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 78 static void onRAUW(JITResolverState *, Value *Old, Value *New) {
356 static void onRAUW(JITEmitter *, const Function*, const Function*);
    [all...]

Completed in 298 milliseconds