Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DError.h36 bitcode_section_not_found, enumerator
/freebsd-12.1/contrib/llvm/lib/Object/
H A DError.cpp51 case object_error::bitcode_section_not_found: in message()
H A DIRObjectFile.cpp86 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()