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

  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 74 bool emptyCommons() const;
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 186 if (emptyCommons())
229 emptyCommons() &&
238 bool SymbolCategory::emptyCommons() const
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 627 if (symbol_list.emptyCommons() && symbol_list.emptyLocals())
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 800 if (symbol_list.emptyCommons() && symbol_list.emptyLocals())
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 484 if (symbol_list.emptyCommons() && symbol_list.emptyLocals())

Completed in 153 milliseconds