OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lto_symbol_attributes
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/LTO/
LTOModule.h
138
lto_symbol_attributes
getSymbolAttributes(uint32_t index) {
140
return
lto_symbol_attributes
(_symbols[index].attributes);
141
return
lto_symbol_attributes
(0);
191
void addAsmGlobalSymbol(const char *,
lto_symbol_attributes
scope);
/external/llvm/include/llvm-c/
lto.h
68
}
lto_symbol_attributes
;
typedef in typeref:enum:__anon18640
279
extern
lto_symbol_attributes
/external/llvm/tools/llvm-lto/
llvm-lto.cpp
300
lto_symbol_attributes
Attrs = Module->getSymbolAttributes(I);
/external/llvm/tools/lto/
lto.cpp
288
lto_symbol_attributes
lto_module_get_symbol_attribute(lto_module_t mod,
/external/llvm/lib/LTO/
LTOModule.cpp
486
lto_symbol_attributes
scope) {
Completed in 1674 milliseconds