Home
last modified time | relevance | path

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

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