Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h124 Word CommonSize, CommonAlign; member
180 uint32_t CommonSize, CommonAlign; member
224 return CommonAlign; in getCommonAlignment()
332 CommonAlign = UncI->CommonAlign; in read()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp209 uint32_t CommonAlign = 0; in loadObjectImpl() local
290 if (!CommonAlign) in loadObjectImpl()
291 CommonAlign = Align; in loadObjectImpl()
359 CommonAlign)) in loadObjectImpl()
609 Align CommonAlign; in computeTotalAllocSize() local
623 CommonAlign = Alignment; in computeTotalAllocSize()
629 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
751 uint32_t CommonAlign) { in emitCommonSymbols() argument
757 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
H A DRuntimeDyldImpl.h366 uint32_t CommonAlign);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp304 Uncommon().CommonAlign = GVar->getAlign() ? GVar->getAlign()->value() : 0; in addSymbol()