Searched defs:NumRegularSections (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/MC/
H A DELFObjectWriter.cpp276 /// \param NumRegularSections - Number of non-relocation sections.
280 unsigned NumRegularSections);
858 unsigned NumRegularSections) {
964 Index += NumRegularSections;
971 if (NumRegularSections > ELF::SHN_LORESERVE)
1472 unsigned NumRegularSections = NumUserSections + NumIndexedSections; local
1475 ComputeSymbolTable(Asm, SectionIndexMap, RevGroupMap, NumRegularSections);
1494 for (unsigned i = 0; i < NumRegularSections + 1; ++i) {
1515 for (unsigned i = NumRegularSections + 1; i < NumSections; ++i) {
1533 for (unsigned i = 0; i < NumRegularSections
855 ComputeSymbolTable(MCAssembler &Asm, const SectionIndexMapTy &SectionIndexMap, RevGroupMapTy RevGroupMap, unsigned NumRegularSections) argument
[all...]

Completed in 50 milliseconds