Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp50 case object_error::bitcode_section_not_found: in message()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DError.h35 bitcode_section_not_found, enumerator
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp560 EC == object::object_error::bitcode_section_not_found) in claim_file_hook()