Home
last modified time | relevance | path

Searched refs:lto_symbol_attributes (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h136 lto_symbol_attributes getSymbolAttributes(uint32_t index) { in getSymbolAttributes()
138 return lto_symbol_attributes(_symbols[index].attributes); in getSymbolAttributes()
139 return lto_symbol_attributes(0); in getSymbolAttributes()
201 void addAsmGlobalSymbol(StringRef, lto_symbol_attributes scope);
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h74 } lto_symbol_attributes; typedef
286 extern lto_symbol_attributes
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp479 lto_symbol_attributes scope) { in addAsmGlobalSymbol()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp1062 lto_symbol_attributes Attrs = Module->getSymbolAttributes(I); in main()