Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/lto/
Dlto.cpp61 return LTOModule::isBitcodeFileForTarget(path, target_triplet_prefix); in lto_module_is_object_file_for_target()
80 return LTOModule::isBitcodeFileForTarget(mem, length, target_triplet_prefix); in lto_module_is_object_file_in_memory_for_target()
DLTOModule.h46 static bool isBitcodeFileForTarget(const void* mem,
49 static bool isBitcodeFileForTarget(const char* path,
DLTOModule.cpp58 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length, in isBitcodeFileForTarget() function in LTOModule
67 bool LTOModule::isBitcodeFileForTarget(const char *path, in isBitcodeFileForTarget() function in LTOModule