Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/COFF/
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
DCOFFReader.cpp197 bool IsBigObj = false; in create() local
/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp176 bool IsBigObj) { in dumpSectionDefinition()