Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp80 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()
85 return errorCodeToError(object_error::bitcode_section_not_found); in findBitcodeInObject()
H A DError.cpp50 case object_error::bitcode_section_not_found: in message()
/llvm-project/llvm/include/llvm/Object/
H A DError.h35 bitcode_section_not_found, enumerator
/llvm-project/llvm/tools/gold/
H A Dgold-plugin.cpp572 EC == object::object_error::bitcode_section_not_found) in claim_file_hook()