Home
last modified time | relevance | path

Searched refs:isBitcodeFileForTarget (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/lto/
Dlto.cpp45 return LTOModule::isBitcodeFileForTarget(path, target_triplet_prefix); in lto_module_is_object_file_for_target()
60 return LTOModule::isBitcodeFileForTarget(mem, length, target_triplet_prefix); in lto_module_is_object_file_in_memory_for_target()
DLTOModule.h72 static bool isBitcodeFileForTarget(const void *mem,
75 static bool isBitcodeFileForTarget(const char *path,
DLTOModule.cpp165 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length, in isBitcodeFileForTarget() function in LTOModule
173 bool LTOModule::isBitcodeFileForTarget(const char *path, in isBitcodeFileForTarget() function in LTOModule