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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 71 Handles.push_back(SiblingHandlesList());
72 return std::prev(Handles.end());
82 void removeLogicalModule(LMHandle LMH) { Handles.erase(LMH); }
89 for (auto I = Handles.begin(), E = Handles.end(); I != E; ++I)
111 PseudoDylibModuleSetHandlesList Handles;
144 // Logical module handles.
147 // List of vectors of module set handles:
148 // One vector per logical module - each vector holds the handles for the
  /external/llvm/lib/IR/
Value.cpp 676 assert(Entry && "Value doesn't have any handles?");
681 // Ok, it doesn't have any handles yet, so we must insert it into the
686 DenseMap<Value*, ValueHandleBase*> &Handles = pImpl->ValueHandles;
687 const void *OldBucketPtr = Handles.getPointerIntoBucketsArray();
689 ValueHandleBase *&Entry = Handles[V];
690 assert(!Entry && "Value really did already have handles?");
696 if (Handles.isPointerIntoBucketsArray(OldBucketPtr) ||
697 Handles.size() == 1) {
702 for (DenseMap<Value*, ValueHandleBase*>::iterator I = Handles.begin(),
703 E = Handles.end(); I != E; ++I)
    [all...]
  /external/skia/
PRESUBMIT.py 447 """Handles the CQ keywords that need appending if specified in hashtags."""
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 183 std::forward_list<FunctionHandle> Handles;
549 // the users of the first operand. This handles determining which
    [all...]
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 138 * Handles an event from Flash.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi.h     [all...]
  /build/tools/droiddoc/templates-ndk/assets/js/
docs.js     [all...]
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]
  /build/tools/droiddoc/templates-sdk-dev/assets/js/
docs.js     [all...]
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js     [all...]
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]
  /external/v8/test/cctest/
test-api.cc 149 THREADED_TEST(Handles) {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 207 "||=", "~" /* handles =~ and !~ */,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2321 milliseconds