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

  /external/llvm/include/llvm-c/
lto.h 106 lto_module_is_object_file_in_memory(const void* mem, size_t length);
  /external/llvm/tools/lto/
lto.cpp 49 /// lto_module_is_object_file_in_memory - Validates if a buffer is a loadable
51 bool lto_module_is_object_file_in_memory(const void* mem, size_t length) { function
  /external/llvm/tools/gold/
gold-plugin.cpp 264 if (!lto_module_is_object_file_in_memory(view, file->filesize))

Completed in 83 milliseconds