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

  /external/llvm/unittests/VMCore/
ValueMapTest.cpp 188 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) {
274 static void onRAUW(ExtraData Map, KeyT Old, KeyT New) {
  /external/llvm/include/llvm/ADT/
ValueMap.h 62 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
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/include/llvm/ExecutionEngine/
ExecutionEngine.h 57 static void onRAUW(ExecutionEngineState *, const GlobalValue *,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 78 static void onRAUW(JITResolverState *, Value *Old, Value *New) {
351 static void onRAUW(JITEmitter *, const Function*, const Function*);
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 302 milliseconds