reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/LTO/legacy/LTOModule.h
  140       return lto_symbol_attributes(_symbols[index].attributes);
lib/LTO/LTOModule.cpp
  276       info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
  289     info.attributes = LTO_SYMBOL_PERMISSIONS_DATA |
  315   info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
  334   info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;
  465   info.attributes = attr;
  496     info.attributes =
  511   _symbols.back().attributes &= ~LTO_SYMBOL_SCOPE_MASK;
  512   _symbols.back().attributes |= scope;
  530   info.attributes = attr;
  558     info.attributes = LTO_SYMBOL_DEFINITION_WEAKUNDEF;
  560     info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED;