/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 470 uint64_t CommonSize = 0; in computeTotalAllocSize() local 481 if (CommonSize == 0) in computeTotalAllocSize() 483 CommonSize = alignTo(CommonSize, Align) + Size; in computeTotalAllocSize() 486 if (CommonSize != 0) { in computeTotalAllocSize() 487 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize() 573 uint64_t CommonSize = 0; in emitCommonSymbols() local 597 CommonSize = alignTo(CommonSize, Align) + Size; in emitCommonSymbols() 604 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() 610 SectionEntry("<common symbols>", Addr, CommonSize, CommonSize, 0)); in emitCommonSymbols() 611 memset(Addr, 0, CommonSize); in emitCommonSymbols() [all …]
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | IRSymtab.h | 119 Word CommonSize, CommonAlign; member 173 uint32_t CommonSize, CommonAlign; member 212 return CommonSize; in getCommonSize() 322 CommonSize = UncI->CommonSize; in read()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 118 Word CommonSize, CommonAlign; member 172 uint32_t CommonSize, CommonAlign; member 211 return CommonSize; in getCommonSize() 321 CommonSize = UncI->CommonSize; in read()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCSymbol.h | 135 uint64_t CommonSize; member 333 return CommonSize; in getCommonSize() 343 CommonSize = Size; 369 if (CommonSize != Size || getCommonAlignment() != Align ||
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 130 uint64_t CommonSize; member 331 return CommonSize; in getCommonSize() 340 CommonSize = Size; in setCommon() 365 if(CommonSize != Size || getCommonAlignment() != Align) in declareCommon()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbol.h | 135 uint64_t CommonSize; member 333 return CommonSize; in getCommonSize() 343 CommonSize = Size; 369 if (CommonSize != Size || getCommonAlignment() != Align ||
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 208 uint64_t CommonSize = 0; in loadObjectImpl() local 285 CommonSize = alignTo(CommonSize, Align) + Size; in loadObjectImpl() 342 if (auto Err = emitCommonSymbols(Obj, CommonSymbolsToAllocate, CommonSize, in loadObjectImpl() 591 uint64_t CommonSize = 0; in computeTotalAllocSize() local 602 if (CommonSize == 0) in computeTotalAllocSize() 604 CommonSize = alignTo(CommonSize, Align) + Size; in computeTotalAllocSize() 607 if (CommonSize != 0) { in computeTotalAllocSize() 608 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize() 719 uint64_t CommonSize, in emitCommonSymbols() argument 726 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() [all …]
|
D | RuntimeDyldImpl.h | 379 CommonSymbolList &CommonSymbols, uint64_t CommonSize,
|
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 208 uint64_t CommonSize = 0; in loadObjectImpl() local 292 CommonSize = alignTo(CommonSize, Align) + Size; in loadObjectImpl() 352 if (auto Err = emitCommonSymbols(Obj, CommonSymbolsToAllocate, CommonSize, in loadObjectImpl() 601 uint64_t CommonSize = 0; in computeTotalAllocSize() local 615 if (CommonSize == 0) in computeTotalAllocSize() 617 CommonSize = alignTo(CommonSize, Align) + Size; in computeTotalAllocSize() 620 if (CommonSize != 0) { in computeTotalAllocSize() 621 RWSectionSizes.push_back(CommonSize); in computeTotalAllocSize() 732 uint64_t CommonSize, in emitCommonSymbols() argument 739 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols() [all …]
|
D | RuntimeDyldImpl.h | 364 CommonSymbolList &CommonSymbols, uint64_t CommonSize,
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 426 uint64_t CommonSize = getCommonSize(Obj); in printObjectSectionSizes() local 427 total += CommonSize; in printObjectSectionSizes() 429 CommonSize, static_cast<uint64_t>(0)); in printObjectSectionSizes()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 109 uint64_t CommonSize = 0; member 755 if (Res.UseCommon && Size >= Res.CommonSize) { in getModuleForFile() 772 Res.CommonSize = std::max(Res.CommonSize, Size); in getModuleForFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 267 Uncommon().CommonSize = GV->getParent()->getDataLayout().getTypeAllocSize( in addSymbol()
|
/external/llvm-project/llvm/lib/Object/ |
D | IRSymtab.cpp | 271 Uncommon().CommonSize = GV->getParent()->getDataLayout().getTypeAllocSize( in addSymbol()
|