Home
last modified time | relevance | path

Searched refs:getAlignInBytes (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp777 uint32_t AlignInBytes = DTy->getAlignInBytes(); in constructTypeDIE()
1045 if (uint32_t AlignInBytes = CTy->getAlignInBytes()) in constructTypeDIE()
1625 uint32_t AlignInBytes = DT->getAlignInBytes(); in constructMemberDIE()
1737 if (uint32_t AlignInBytes = DT->getAlignInBytes()) in getOrCreateStaticMemberDIE()
H A DDwarfCompileUnit.cpp190 if (uint32_t AlignInBytes = GV->getAlignInBytes()) in getOrCreateGlobalVariableDIE()
1618 if (uint32_t AlignInBytes = DIVar->getAlignInBytes()) in applyCommonDbgVariableAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h749 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function
2611 uint32_t getAlignInBytes() const { return getAlignInBits() / CHAR_BIT; } in getAlignInBytes() function