Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp364 uint64_t StubBufSize = computeSectionStubBufSize(Obj, Section); in computeTotalAllocSize() local
365 uint64_t SectionSize = DataSize + StubBufSize; in computeTotalAllocSize()
428 unsigned StubBufSize = 0; in computeSectionStubBufSize() local
437 StubBufSize += StubSize; in computeSectionStubBufSize()
449 StubBufSize += StubAlignment - EndAlignment; in computeSectionStubBufSize()
450 return StubBufSize; in computeSectionStubBufSize()
566 unsigned StubBufSize = 0; in emitSection() local
575 StubBufSize = computeSectionStubBufSize(Obj, Section); in emitSection()
606 Allocate = DataSize + PaddingSize + StubBufSize; in emitSection()
632 << " DataSize: " << DataSize << " StubBufSize: " << StubBufSize in emitSection()
[all …]