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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDebugHandlerBase.h132 static uint64_t getBaseTypeSize(const DIType *Ty);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDebugHandlerBase.cpp143 uint64_t DebugHandlerBase::getBaseTypeSize(const DIType *Ty) { function in class:DebugHandlerBase
168 return getBaseTypeSize(BaseType);
H A DDwarfUnit.cpp1492 uint64_t FieldSize = DD->getBaseTypeSize(DT);
H A DCodeViewDebug.cpp1565 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8;

Completed in 111 milliseconds