Home
last modified time | relevance | path

Searched refs:NumRegularSections (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp557 unsigned NumRegularSections) { in ComputeSymbolTable() argument
663 Index += NumRegularSections; in ComputeSymbolTable()
670 if (NumRegularSections > ELF::SHN_LORESERVE) in ComputeSymbolTable()
1165 unsigned NumRegularSections = NumUserSections + NumIndexedSections; in WriteObject() local
1168 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections); in WriteObject()
1187 for (unsigned i = 0; i < NumRegularSections + 1; ++i) { in WriteObject()
1208 for (unsigned i = NumRegularSections + 1; i < NumSections; ++i) { in WriteObject()
1226 for (unsigned i = 0; i < NumRegularSections + 1; ++i) in WriteObject()
1240 for (unsigned i = NumRegularSections + 1; i < NumSections; ++i) in WriteObject()
DELFObjectWriter.h288 unsigned NumRegularSections);