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

  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 68 lto_symbol_attributes getSymbolAttributes(uint32_t index);
92 lto_symbol_attributes scope);
111 lto_symbol_attributes attributes;
LTOModule.cpp 231 info.attributes = (lto_symbol_attributes)
388 info.attributes = (lto_symbol_attributes)attr;
393 lto_symbol_attributes scope) {
406 info.attributes = (lto_symbol_attributes)attr;
424 info.attributes = (lto_symbol_attributes)attr;
726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) {
730 return lto_symbol_attributes(0);
lto.cpp 173 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 136 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
138 return lto_symbol_attributes(_symbols[index].attributes);
139 return lto_symbol_attributes(0);
189 void addAsmGlobalSymbol(const char *, lto_symbol_attributes scope);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOModule.h 136 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
138 return lto_symbol_attributes(_symbols[index].attributes);
139 return lto_symbol_attributes(0);
185 void addAsmGlobalSymbol(StringRef, lto_symbol_attributes scope);
  /external/swiftshader/third_party/LLVM/include/llvm-c/
lto.h 43 } lto_symbol_attributes; typedef in typeref:enum:__anon40434
179 extern lto_symbol_attributes
  /external/llvm/include/llvm-c/
lto.h 72 } lto_symbol_attributes; typedef in typeref:enum:__anon30865
286 extern lto_symbol_attributes
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
lto.h 72 } lto_symbol_attributes; typedef in typeref:enum:__anon41810
286 extern lto_symbol_attributes
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 290 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i);
  /external/llvm/lib/LTO/
LTOModule.cpp 488 lto_symbol_attributes scope) {
  /external/llvm/tools/lto/
lto.cpp 307 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
LTOModule.cpp 475 lto_symbol_attributes scope) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 320 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 783 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
llvm-lto.cpp 889 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I);
    [all...]

Completed in 1679 milliseconds