Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp565 uint64_t StubBufSize = computeSectionStubBufSize(Obj, Section); in computeTotalAllocSize() local
570 if (StubBufSize != 0) in computeTotalAllocSize()
573 uint64_t SectionSize = DataSize + PaddingSize + StubBufSize; in computeTotalAllocSize()
681 unsigned StubBufSize = 0; in computeSectionStubBufSize() local
695 StubBufSize += StubSize; in computeSectionStubBufSize()
706 StubBufSize += StubAlignment.value() - EndAlignment.value(); in computeSectionStubBufSize()
707 return StubBufSize; in computeSectionStubBufSize()
808 unsigned StubBufSize = 0; in emitSection() local
821 StubBufSize = computeSectionStubBufSize(Obj, Section); in emitSection()
850 if (StubBufSize != 0) { in emitSection()
[all …]