Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h118 Word CommonSize, CommonAlign; member
172 uint32_t CommonSize, CommonAlign; member
211 return CommonSize; in getCommonSize()
321 CommonSize = UncI->CommonSize; in read()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp208 uint64_t CommonSize = 0; in loadObjectImpl() local
285 CommonSize = alignTo(CommonSize, Align) + Size; in loadObjectImpl()
342 if (auto Err = emitCommonSymbols(Obj, CommonSymbolsToAllocate, CommonSize, in loadObjectImpl()
591 uint64_t CommonSize = 0; in computeTotalAllocSize() local
602 if (CommonSize == 0) in computeTotalAllocSize()
604 CommonSize = alignTo(CommonSize, Align) + Size; in computeTotalAllocSize()
607 if (CommonSize != 0) { in computeTotalAllocSize()
608 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize()
719 uint64_t CommonSize, in emitCommonSymbols() argument
726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
[all …]
DRuntimeDyldImpl.h379 CommonSymbolList &CommonSymbols, uint64_t CommonSize,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h135 uint64_t CommonSize; member
333 return CommonSize; in getCommonSize()
343 CommonSize = Size;
369 if (CommonSize != Size || getCommonAlignment() != Align ||
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp267 Uncommon().CommonSize = GV->getParent()->getDataLayout().getTypeAllocSize( in addSymbol()