Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp176 bool IsBigObj) { in dumpSectionDefinition()