Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DError.h52 class BinaryError : public ErrorInfo<BinaryError, ECError> {
56 BinaryError() { in BinaryError() function
66 class GenericBinaryError : public ErrorInfo<GenericBinaryError, BinaryError> {
H A DCOFF.h1297 : public ErrorInfo<SectionStrippedError, BinaryError> {
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DError.cpp61 void BinaryError::anchor() {} in anchor()
62 char BinaryError::ID = 0;
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DELFDump.cpp81 return make_error<BinaryError>(); in getRelocationValueString()
H A DCOFFDump.cpp344 return make_error<BinaryError>(); in resolveSymbol()