Home
last modified time | relevance | path

Searched refs:getBaseTypeSize (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h147 static uint64_t getBaseTypeSize(const DIType *Ty);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp149 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { in getBaseTypeSize() function in DebugHandlerBase
176 return getBaseTypeSize(BaseType); in getBaseTypeSize()
H A DDwarfUnit.cpp1657 uint64_t FieldSize = DD->getBaseTypeSize(DT); in constructMemberDIE()
H A DCodeViewDebug.cpp1735 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8; in lowerTypeArray()