Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h57 ID_COFF, enumerator
132 return TypeID == ID_COFF; in isCOFF()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp105 case ID_COFF: in LLVMBinaryGetType()
H A DCOFFObjectFile.cpp815 : ObjectFile(Binary::ID_COFF, Object), COFFHeader(nullptr), in COFFObjectFile()