Searched refs:StubBufSize (Results 1 – 1 of 1) sorted by relevance
565 uint64_t StubBufSize = computeSectionStubBufSize(Obj, Section); in computeTotalAllocSize() local570 if (StubBufSize != 0) in computeTotalAllocSize()573 uint64_t SectionSize = DataSize + PaddingSize + StubBufSize; in computeTotalAllocSize()681 unsigned StubBufSize = 0; in computeSectionStubBufSize() local695 StubBufSize += StubSize; in computeSectionStubBufSize()706 StubBufSize += StubAlignment.value() - EndAlignment.value(); in computeSectionStubBufSize()707 return StubBufSize; in computeSectionStubBufSize()808 unsigned StubBufSize = 0; in emitSection() local821 StubBufSize = computeSectionStubBufSize(Obj, Section); in emitSection()850 if (StubBufSize != 0) { in emitSection()[all …]