Home
last modified time | relevance | path

Searched defs:IsBigObj (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp173 Error COFFWriter::finalize(bool IsBigObj) { in finalize()
254 void COFFWriter::writeHeaders(bool IsBigObj) { in writeHeaders()
379 Error COFFWriter::write(bool IsBigObj) { in write()
459 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write() local
H A DCOFFReader.cpp197 bool IsBigObj = false; in create() local