Searched refs:CommonSize (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 123 Word CommonSize, CommonAlign; member 177 uint32_t CommonSize, CommonAlign; member 216 return CommonSize; in getCommonSize() 328 CommonSize = UncI->CommonSize; in read()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 145 uint64_t CommonSize; member 344 return CommonSize; in getCommonSize() 354 CommonSize = Size; 378 if (CommonSize != Size || getCommonAlignment() != Alignment ||
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 208 uint64_t CommonSize = 0; in loadObjectImpl() local 292 CommonSize = alignTo(CommonSize, Align) + Size; in loadObjectImpl() 358 if (auto Err = emitCommonSymbols(Obj, CommonSymbolsToAllocate, CommonSize, in loadObjectImpl() 608 uint64_t CommonSize = 0; in computeTotalAllocSize() local 622 if (CommonSize == 0) in computeTotalAllocSize() 624 CommonSize = alignTo(CommonSize, Alignment) + Size; in computeTotalAllocSize() 627 if (CommonSize != 0) { in computeTotalAllocSize() 628 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize() 747 uint64_t CommonSize, in emitCommonSymbols() argument 754 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() [all …]
|
H A D | RuntimeDyldImpl.h | 370 CommonSymbolList &CommonSymbols, uint64_t CommonSize,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 303 Uncommon().CommonSize = in addSymbol()
|