Home
last modified time | relevance | path

Searched refs:com_end (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp756 SymbolCategory::iterator com_sym, com_end; in allocateCommonSymbols() local
781 com_end = symbol_list.localEnd(); in allocateCommonSymbols()
783 for (com_sym = symbol_list.localBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
841 com_end = symbol_list.commonEnd(); in allocateCommonSymbols()
842 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp588 SymbolCategory::iterator com_sym, com_end; in allocateCommonSymbols() local
616 com_end = symbol_list.localEnd(); in allocateCommonSymbols()
618 for (com_sym = symbol_list.localBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
645 com_end = symbol_list.commonEnd(); in allocateCommonSymbols()
646 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1510 SymbolCategory::iterator com_sym, com_end; in allocateCommonSymbols() local
1538 com_end = symbol_list.localEnd(); in allocateCommonSymbols()
1540 for (com_sym = symbol_list.localBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()
1566 com_end = symbol_list.commonEnd(); in allocateCommonSymbols()
1567 for (com_sym = symbol_list.commonBegin(); com_sym != com_end; ++com_sym) { in allocateCommonSymbols()