Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDError.h37 section_stripped, enumerator
HDCOFF.h1362 SectionStrippedError() { setErrorCode(object_error::section_stripped); } in SectionStrippedError()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDError.cpp54 case object_error::section_stripped: in message()