Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonLDBackend.cpp747 SymbolCategory& symbol_list = pModule.getSymbolTable(); in allocateCommonSymbols() local
749 if (symbol_list.emptyCommons() && symbol_list.emptyLocals()) { in allocateCommonSymbols()
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()
899 symbol_list.changeCommonsToGlobal(); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp582 SymbolCategory& symbol_list = pModule.getSymbolTable(); in allocateCommonSymbols() local
584 if (symbol_list.emptyCommons() && symbol_list.emptyFiles() && in allocateCommonSymbols()
585 symbol_list.emptyLocals() && symbol_list.emptyLocalDyns()) in allocateCommonSymbols()
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()
672 symbol_list.changeCommonsToGlobal(); in allocateCommonSymbols()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp1504 SymbolCategory& symbol_list = pModule.getSymbolTable(); in allocateCommonSymbols() local
1506 if (symbol_list.emptyCommons() && symbol_list.emptyFiles() && in allocateCommonSymbols()
1507 symbol_list.emptyLocals() && symbol_list.emptyLocalDyns()) in allocateCommonSymbols()
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()
1592 symbol_list.changeCommonsToGlobal(); in allocateCommonSymbols()