Searched refs:StubBufSize (Results 1 – 1 of 1) sorted by relevance
364 uint64_t StubBufSize = computeSectionStubBufSize(Obj, Section); in computeTotalAllocSize() local365 uint64_t SectionSize = DataSize + StubBufSize; in computeTotalAllocSize()428 unsigned StubBufSize = 0; in computeSectionStubBufSize() local437 StubBufSize += StubSize; in computeSectionStubBufSize()449 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()450 return StubBufSize; in computeSectionStubBufSize()566 unsigned StubBufSize = 0; in emitSection() local575 StubBufSize = computeSectionStubBufSize(Obj, Section); in emitSection()606 Allocate = DataSize + PaddingSize + StubBufSize; in emitSection()632 << " DataSize: " << DataSize << " StubBufSize: " << StubBufSize in emitSection()[all …]