Searched refs:CommonAlign (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 119 Word CommonSize, CommonAlign; member 169 uint32_t CommonSize, CommonAlign; member 213 return CommonAlign; in getCommonAlignment() 307 CommonAlign = UncI->CommonAlign; in read()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 203 uint32_t CommonAlign = 0; in loadObjectImpl() local 276 if (!CommonAlign) in loadObjectImpl() 277 CommonAlign = Align; in loadObjectImpl() 338 CommonAlign)) in loadObjectImpl() 530 uint32_t CommonAlign = 1; in computeTotalAllocSize() local 541 CommonAlign = Align; in computeTotalAllocSize() 547 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize() 652 uint32_t CommonAlign) { in emitCommonSymbols() argument 658 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
|
D | RuntimeDyldImpl.h | 389 uint32_t CommonAlign);
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyld.cpp | 471 uint32_t CommonAlign = 1; in computeTotalAllocSize() local 482 CommonAlign = Align; in computeTotalAllocSize() 488 RWDataAlign = std::max(RWDataAlign, CommonAlign); in computeTotalAllocSize() 574 uint32_t CommonAlign = CommonSymbols.begin()->getAlignment(); in emitCommonSymbols() local 604 uint8_t *Addr = MemMgr.allocateDataSection(CommonSize, CommonAlign, SectionID, in emitCommonSymbols()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | WinCOFFStreamer.cpp | 221 SD.CommonAlign = RealSD.CommonAlign; in EmitAssignment()
|
D | MCAssembler.cpp | 188 CommonSize(0), SymbolSize(0), CommonAlign(0), in MCSymbolData()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAssembler.h | 543 unsigned CommonAlign; variable 588 CommonAlign = Align; in setCommon() 609 return CommonAlign; in getCommonAlignment()
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 110 unsigned CommonAlign = 0; member 762 std::max(Res.CommonAlign, Align)); in getModuleForFile() 767 if (Align > Res.CommonAlign) in getModuleForFile() 773 Res.CommonAlign = std::max(Res.CommonAlign, Align); in getModuleForFile()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 254 Uncommon().CommonAlign = GV->getAlignment(); in addSymbol()
|