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

  /external/llvm/include/llvm-c/
lto.h 180 lto_module_get_symbol_name(lto_module_t mod, unsigned int index);
  /external/llvm/tools/lto/
lto.cpp 116 /// lto_module_get_symbol_name - Returns the name of the ith symbol in the
118 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { function
  /external/llvm/tools/gold/
gold-plugin.cpp 296 sym.name = const_cast<char *>(lto_module_get_symbol_name(M, i));

Completed in 63 milliseconds