OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBitcodeFileForTarget
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/lto/
LTOModule.h
70
///
isBitcodeFileForTarget
- Returns 'true' if the file or memory contents
72
static bool
isBitcodeFileForTarget
(const void *mem,
75
static bool
isBitcodeFileForTarget
(const char *path,
lto.cpp
45
return LTOModule::
isBitcodeFileForTarget
(path, target_triplet_prefix);
60
return LTOModule::
isBitcodeFileForTarget
(mem, length, target_triplet_prefix);
LTOModule.cpp
163
///
isBitcodeFileForTarget
- Returns 'true' if the file (or memory contents) is
165
bool LTOModule::
isBitcodeFileForTarget
(const void *mem, size_t length,
173
bool LTOModule::
isBitcodeFileForTarget
(const char *path,
Completed in 28 milliseconds