Home
last modified time | relevance | path

Searched defs:AlignInBytes (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp806 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE() local
1034 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE() local
1493 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE() local
1612 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE() local
H A DDwarfCompileUnit.cpp172 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE() local
1263 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp776 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE() local
1044 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE() local
1623 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE() local
1735 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE() local
H A DDwarfCompileUnit.cpp189 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE() local
1520 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes() local
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInst.h293 uint32_t AlignInBytes) { in create()
309 const uint32_t AlignInBytes; variable
H A DIceInst.cpp264 uint32_t AlignInBytes) in InstAlloca()