Searched defs:addObject (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/unittests/Linker/
H A DTestLinker.h58 void addObject(const std::string &pPath);
60 void addObject(const mcld::sys::fs::Path &pPath) function in class:mcld::test::TestLinker
61 { addObject(pPath.native()); }
63 void addObject(void* pMemBuffer, size_t pSize);
65 void addObject(int pFileHandler);
H A DTestLinker.cpp141 void TestLinker::addObject(const std::string &pPath) function in class:TestLinker
166 void TestLinker::addObject(void* pMemBuffer, size_t pSize) function in class:TestLinker
184 void TestLinker::addObject(int pFileHandler) function in class:TestLinker
/frameworks/compile/libbcc/lib/Core/
H A DLinker.cpp206 /// addObject - Add a object file by the filename.
207 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { function in class:Linker
219 /// addObject - Add a piece of memory. The memory is of ELF format.
220 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) { function in class:Linker
/frameworks/compile/mclinker/tools/mcld/lib/Core/
H A DLinker.cpp199 /// addObject - Add a object file by the filename.
200 enum Linker::ErrorCode Linker::addObject(const std::string &pObjectPath) { function in class:Linker
212 /// addObject - Add a piece of memory. The memory is of ELF format.
213 enum Linker::ErrorCode Linker::addObject(void* pMemory, size_t pSize) { function in class:Linker
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp89 void egl_display_t::addObject(egl_object_t* object) { function in class:android::egl_display_t

Completed in 440 milliseconds