Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DError.h32 bitcode_section_not_found, enumerator
/external/llvm/lib/Object/
DError.cpp48 case object_error::bitcode_section_not_found: in message()
DFunctionIndexObjectFile.cpp49 return object_error::bitcode_section_not_found; in findBitcodeInObject()
DIRObjectFile.cpp279 return object_error::bitcode_section_not_found; in findBitcodeInObject()
/external/llvm/tools/gold/
Dgold-plugin.cpp415 EC == object::object_error::bitcode_section_not_found) in claim_file_hook()