Home
last modified time | relevance | path

Searched refs:commonBegin (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp361 SymbolCategory::iterator SymbolCategory::commonBegin() { in commonBegin() function in mcld::SymbolCategory
366 iterator iter = commonBegin(); in commonEnd()
371 SymbolCategory::const_iterator SymbolCategory::commonBegin() const { in commonBegin() function in mcld::SymbolCategory
376 const_iterator iter = commonBegin(); in commonEnd()
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h108 iterator commonBegin();
110 const_iterator commonBegin() const;
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp842 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp646 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1567 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()