Home
last modified time | relevance | path

Searched refs:bitcode_section_not_found (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRObjectFile.cpp81 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()
86 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()
H A DError.cpp51 case object_error::bitcode_section_not_found: in message()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DError.h37 bitcode_section_not_found, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp550 EC == object::object_error::bitcode_section_not_found) in claim_file_hook()