Home
last modified time | relevance | path

Searched refs:unrecognized_file_format (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cxxdump/
DError.cpp31 case cxxdump_error::unrecognized_file_format: in message()
DError.h24 unrecognized_file_format, enumerator
Dllvm-cxxdump.cpp519 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format); in dumpArchive()
540 reportError(File, cxxdump_error::unrecognized_file_format); in dumpInput()
/external/llvm/tools/llvm-cxxdump/
DError.cpp32 case cxxdump_error::unrecognized_file_format: in message()
DError.h25 unrecognized_file_format, enumerator
Dllvm-cxxdump.cpp512 reportError(Arc->getFileName(), cxxdump_error::unrecognized_file_format); in dumpArchive()
532 reportError(File, cxxdump_error::unrecognized_file_format); in dumpInput()
/external/llvm/tools/llvm-readobj/
DError.h26 unrecognized_file_format, enumerator
DError.cpp41 case readobj_error::unrecognized_file_format: in message()
Dllvm-readobj.cpp454 reportError(Arc->getFileName(), readobj_error::unrecognized_file_format); in dumpArchive()
497 reportError(File, readobj_error::unrecognized_file_format); in dumpInput()
/external/llvm/tools/obj2yaml/
DError.cpp36 case obj2yaml_error::unrecognized_file_format: in message()
DError.h23 unrecognized_file_format, enumerator
Dobj2yaml.cpp45 return obj2yaml_error::unrecognized_file_format; in dumpInput()