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

  /external/llvm/unittests/IR/
ValueMapTest.cpp 187 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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ValueMapTest.cpp 187 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/swiftshader/third_party/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
231 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
234 // I could == Copy.Map->Map.end() if the onRAUW callback already
  /external/llvm/include/llvm/IR/
ValueMap.h 67 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
72 /// This is only acquired from the CallbackVH (and held around calls to onRAUW
277 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
280 // I could == Copy.Map->Map.end() if the onRAUW callback already
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ValueMap.h 72 static void onRAUW(const ExtraDataT & /*Data*/, KeyT /*Old*/, KeyT /*New*/) {}
77 /// This is only acquired from the CallbackVH (and held around calls to onRAUW
289 Config::onRAUW(Copy.Map->Data, Copy.Unwrap(), typed_new_key);
292 // I could == Copy.Map->Map.end() if the onRAUW callback already
  /external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h 54 static void onRAUW(ExecutionEngineState *, const GlobalValue *,
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 79 static void onRAUW(JITResolverState *, Value *Old, Value *New) {
355 static void onRAUW(JITEmitter *, const Function*, const Function*);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 113 milliseconds