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

  /frameworks/compile/mclinker/include/mcld/
Module.h 78 const_obj_iterator obj_begin() const { return m_ObjectList.begin(); } function in class:mcld::Module
79 obj_iterator obj_begin() { return m_ObjectList.begin(); } function in class:mcld::Module
  /toolchain/binutils/binutils-2.27/gas/config/
obj-elf.h 87 #ifndef obj_begin
88 #define obj_begin() elf_begin () macro
obj-macho.h 34 #define obj_begin() mach_o_begin () macro
obj-multi.h 34 #define obj_begin() \ macro
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 128 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
186 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
329 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
347 for (input = m_Module.obj_begin(); input != inEnd; ++input) {
IdenticalCodeFolding.cpp 121 for (obj = m_Module.obj_begin(); obj != objEnd; ++obj) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMException.cpp 54 for (Module::obj_iterator it = pModule.obj_begin(),
ARMLDBackend.cpp 561 for (input = pModule.obj_begin(); input != inEnd; ++input) {
825 for (input = pModule.obj_begin(); input != inEnd; ++input) {
    [all...]
  /art/runtime/gc/accounting/
space_bitmap_test.cc 114 const mirror::Object* obj_begin = reinterpret_cast<mirror::Object*>(heap_begin + range.first); local
116 bitmap->ClearRange(obj_begin, obj_end);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 340 for (obj = m_pModule->obj_begin(); obj != objEnd; ++obj) {
584 for (input = m_pModule->obj_begin(); input != inEnd; ++input) {
788 for (input = m_pModule->obj_begin(); input != inEnd; ++input) {
873 for (input = m_pModule->obj_begin(); input != inEnd; ++input)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/
as.c     [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 378 for (input = pModule.obj_begin(); input != inEnd; ++input) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 553 for (input = pModule.obj_begin(); input != inEnd; ++input) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 802 for (Module::obj_iterator input = pModule.obj_begin();
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 330 milliseconds