Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
221 return CommonAlign; in getCommonAlignment()
329 CommonAlign = UncI->CommonAlign; in read()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp211 uint32_t CommonAlign = 0; in loadObjectImpl() local
292 if (!CommonAlign) in loadObjectImpl()
293 CommonAlign = Align; in loadObjectImpl()
355 CommonAlign)) in loadObjectImpl()
612 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
626 CommonAlign = Align; in computeTotalAllocSize()
632 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
747 uint32_t CommonAlign) { in emitCommonSymbols() argument
753 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
H A DRuntimeDyldImpl.h365 uint32_t CommonAlign);
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp292 Uncommon().CommonAlign = GVar->getAlignment(); in addSymbol()