Home
last modified time | relevance | path

Searched refs:section_stripped (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DError.h37 section_stripped, enumerator
H A DCOFF.h1362 SectionStrippedError() { setErrorCode(object_error::section_stripped); } in SectionStrippedError()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp54 case object_error::section_stripped: in message()