HomeSort by relevance Sort by last modified time
    Searched defs:_symbols (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/LTO/
LTOModule.h 54 std::vector<NameAndAttributes> _symbols; member in struct:llvm::LTOModule
117 return _symbols.size();
122 if (index < _symbols.size())
123 return lto_symbol_attributes(_symbols[index].attributes);
129 if (index < _symbols.size())
130 return _symbols[index].name;
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 61 milliseconds