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

  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 68 lto_symbol_attributes getSymbolAttributes(uint32_t index);
lto.cpp 176 return mod->getSymbolAttributes(index);
LTOModule.cpp 726 lto_symbol_attributes LTOModule::getSymbolAttributes(uint32_t index) {
  /external/llvm/include/llvm/LTO/legacy/
LTOModule.h 136 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/LTO/legacy/
LTOModule.h 136 lto_symbol_attributes getSymbolAttributes(uint32_t index) {
  /external/llvm/tools/lto/
lto.cpp 309 return unwrap(mod)->getSymbolAttributes(index);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 322 return unwrap(mod)->getSymbolAttributes(index);
  /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 2973 milliseconds