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

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

Completed in 109 milliseconds