Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDIRSymtab.h118 Word CommonSize, CommonAlign; member
172 uint32_t CommonSize, CommonAlign; member
216 return CommonAlign; in getCommonAlignment()
322 CommonAlign = UncI->CommonAlign; in read()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyld.cpp209 uint32_t CommonAlign = 0; in loadObjectImpl() local
283 if (!CommonAlign) in loadObjectImpl()
284 CommonAlign = Align; in loadObjectImpl()
343 CommonAlign)) in loadObjectImpl()
592 uint32_t CommonAlign = 1; in computeTotalAllocSize() local
603 CommonAlign = Align; in computeTotalAllocSize()
609 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize()
720 uint32_t CommonAlign) { in emitCommonSymbols() argument
726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
HDRuntimeDyldImpl.h380 uint32_t CommonAlign);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDIRSymtab.cpp269 Uncommon().CommonAlign = GV->getAlignment(); in addSymbol()