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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp40 static uint32_t getTypeLength(const PDBSymbol &Symbol) { function
70 Member->getOffset(), getTypeLength(*Member), false),
98 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false),
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp143 << " [sizeof = " << getTypeLength(Symbol) << "]";
151 << " [sizeof = " << getTypeLength(Symbol) << "]";
H A Dllvm-pdbutil.h29 uint32_t getTypeLength(const PDBSymbolData &Symbol);
H A Dllvm-pdbutil.cpp898 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { function in class:llvm::pdb
928 return getTypeLength(*F1) > getTypeLength(*F2);

Completed in 110 milliseconds