Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h53 class LLVM_ABI BinaryError : public ErrorInfo<BinaryError, ECError> {
57 BinaryError() { in BinaryError() function
68 : public ErrorInfo<GenericBinaryError, BinaryError> {
H A DCOFF.h1476 : public ErrorInfo<SectionStrippedError, BinaryError> {
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp61 void BinaryError::anchor() {} in anchor()
62 char BinaryError::ID = 0;
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp126 return make_error<BinaryError>(); in getRelocationValueString()
H A DCOFFDump.cpp369 return make_error<BinaryError>(); in resolveSymbol()