Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp159 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE() local
1005 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyVariableAttributes() local
DDwarfUnit.cpp1091 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE() local
1533 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE() local
1652 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE() local
/external/swiftshader/third_party/subzero/src/
DIceInst.h290 uint32_t AlignInBytes) { in create()
306 const uint32_t AlignInBytes; variable
DIceInst.cpp274 uint32_t AlignInBytes) in InstAlloca()