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

  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 43 class BufferMemoryObject : public llvm::MemoryObject {
49 BufferMemoryObject(const uint8_t *pBytes, uint64_t pLength)
81 BufferMemoryObject *input_function = nullptr;
124 input_function = new (std::nothrow) BufferMemoryObject(pFunc, pFuncSize);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 137 class BufferMemoryObject:
144 BufferMemoryObject(const uint8_t *bytes, uint64_t length) :
290 BufferMemoryObject memoryObject((const uint8_t *)bytes, extent);

Completed in 67 milliseconds