OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
48
///
lto_module_is_object_file_in_memory
- Validates if a buffer is a loadable
50
bool
lto_module_is_object_file_in_memory
(const void* mem, size_t length) {
function
/external/llvm/tools/gold/
gold-plugin.cpp
263
if (!
lto_module_is_object_file_in_memory
(view, file->filesize))
Completed in 45 milliseconds