Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h77 static bool isBitcodeForTarget(MemoryBuffer *memBuffer,
/openbsd/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp177 return LTOModule::isBitcodeForTarget(Buffer->get(), in lto_module_is_object_file_for_target()
202 return LTOModule::isBitcodeForTarget(buffer.get(), in lto_module_is_object_file_in_memory_for_target()
/openbsd/gnu/llvm/llvm/lib/LTO/
H A DLTOModule.cpp83 bool LTOModule::isBitcodeForTarget(MemoryBuffer *Buffer, in isBitcodeForTarget() function in LTOModule