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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
GDBRegistrar.cpp 201 static GDBJITRegistrar* sRegistrar = NULL;
202 if (sRegistrar == NULL) {
207 if (sRegistrar == NULL) {
208 sRegistrar = new GDBJITRegistrar;
211 return *sRegistrar;
  /frameworks/compile/libbcc/lib/ExecutionEngine/
GDBJITRegistrar.cpp 131 static GDBJITRegistrar* sRegistrar = NULL;
132 if (sRegistrar == NULL) {
137 if (sRegistrar == NULL) {
138 sRegistrar = new GDBJITRegistrar;
141 return sRegistrar;

Completed in 56 milliseconds