Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp256 bool IsBigObj) { in dumpSectionDefinition()