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.h123 Word CommonSize, CommonAlign; member
177 uint32_t CommonSize, CommonAlign; member
221 return CommonAlign; in getCommonAlignment()
329 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()
748 uint32_t CommonAlign) { in emitCommonSymbols() argument
754 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
H A DRuntimeDyldImpl.h371 uint32_t CommonAlign);
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp305 Uncommon().CommonAlign = GVar->getAlign() ? GVar->getAlign()->value() : 0; in addSymbol()