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

  /external/llvm/lib/Target/ARM/
ARM.h 36 FunctionPass *createARMLoadStoreOptimizationPass(bool PreAlloc = false);
ARMLoadStoreOptimizer.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
objidl.h 675 virtual SIZE_T WINAPI PreAlloc(SIZE_T cbRequest) = 0;
694 SIZE_T (WINAPI *PreAlloc)(IMallocSpy *This,SIZE_T cbRequest);
715 #define IMallocSpy_PreAlloc(This,cbRequest) (This)->lpVtbl->PreAlloc(This,cbRequest)
    [all...]

Completed in 86 milliseconds