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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h131 static uint64_t getBaseTypeSize(const DIType *Ty);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp128 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { function in class:DebugHandlerBase
153 return getBaseTypeSize(BaseType);
H A DDwarfUnit.cpp1540 uint64_t FieldSize = DD->getBaseTypeSize(DT);
H A DCodeViewDebug.cpp1586 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8;

Completed in 180 milliseconds