Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DWriter.cpp166 Error COFFWriter::finalize(bool IsBigObj) { in finalize()
243 void COFFWriter::writeHeaders(bool IsBigObj) { in writeHeaders()
368 Error COFFWriter::write(bool IsBigObj) { in write()
450 bool IsBigObj = Obj.getSections().size() > MaxNumberOfSections16; in write() local
H A DReader.cpp197 bool IsBigObj = false; in create() local
/netbsd/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp255 bool IsBigObj) { in dumpSectionDefinition()