Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DIRSymtab.h119 Word CommonSize, CommonAlign; member
169 uint32_t CommonSize, CommonAlign; member
213 return CommonAlign; in getCommonAlignment()
307 CommonAlign = UncI->CommonAlign; in read()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp210 uint32_t CommonAlign = 0; in loadObjectImpl() local
284 if (!CommonAlign) in loadObjectImpl()
285 CommonAlign = Align; in loadObjectImpl()
344 CommonAlign)) in loadObjectImpl()
536 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
547 CommonAlign = Align; in computeTotalAllocSize()
553 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
659 uint32_t CommonAlign) { in emitCommonSymbols() argument
665 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
H A DRuntimeDyldImpl.h389 uint32_t CommonAlign);
/freebsd-12.1/contrib/llvm/lib/Object/
H A DIRSymtab.cpp254 Uncommon().CommonAlign = GV->getAlignment(); in addSymbol()