Searched refs:pMemory (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/tools/mcld/include/alone/
H A DLinker.h78 enum ErrorCode addObject(void* pMemory, size_t pSize);
80 enum ErrorCode addCode(void* pMemory, size_t pSize);
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp134 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) { argument
135 mcld::Input* input = mBuilder->ReadInput("NAN", pMemory, pSize);
141 enum Linker::ErrorCode Linker::addCode(void* pMemory, size_t pSize) { argument
148 mcld::Fragment* frag = mBuilder->CreateRegion(pMemory, pSize);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h310 /// @param pMemory [in] The start address of the given data
314 static Fragment* CreateRegion(void* pMemory, size_t pLength);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp389 Fragment* IRBuilder::CreateRegion(void* pMemory, size_t pLength) argument
394 MemoryRegion* region = MemoryRegion::Create(pMemory, pLength);

Completed in 118 milliseconds