Searched refs:CommonSize (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 210 uint64_t CommonSize = 0; in loadObjectImpl() local 294 CommonSize = alignTo(CommonSize, Align) + Size; in loadObjectImpl() 611 uint64_t CommonSize = 0; in computeTotalAllocSize() local 625 if (CommonSize == 0) in computeTotalAllocSize() 627 CommonSize = alignTo(CommonSize, Align) + Size; in computeTotalAllocSize() 630 if (CommonSize != 0) { in computeTotalAllocSize() 631 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize() 746 uint64_t CommonSize, in emitCommonSymbols() argument 759 SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0)); in emitCommonSymbols() 760 memset(Addr, 0, CommonSize); in emitCommonSymbols() [all …]
|
| H A D | RuntimeDyldImpl.h | 364 CommonSymbolList &CommonSymbols, uint64_t CommonSize,
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 137 uint64_t CommonSize; member 337 return CommonSize; in getCommonSize() 347 CommonSize = Size; 373 if (CommonSize != Size || getCommonAlignment() != Align ||
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 290 Uncommon().CommonSize = in addSymbol()
|