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

  /external/llvm/include/llvm/LTO/
LTOModule.h 133 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
135 return lto_symbol_attributes(_symbols[index].attributes);
136 return lto_symbol_attributes(0);
200 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
  /external/llvm/include/llvm-c/
lto.h 66 } lto_symbol_attributes; typedef in typeref:enum:__anon14630
277 extern lto_symbol_attributes
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 225 lto_symbol_attributes Attrs = LTOMod->getSymbolAttributes(I);
  /external/llvm/tools/lto/
lto.cpp 206 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
  /external/llvm/lib/LTO/
LTOModule.cpp 489 lto_symbol_attributes scope) {

Completed in 922 milliseconds