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

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp43 static uint32_t getTypeLength(const PDBSymbol &Symbol) { function
73 Member->getOffset(), getTypeLength(*Member), false),
101 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false),
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp143 << " [sizeof = " << getTypeLength(Symbol) << "]";
151 << " [sizeof = " << getTypeLength(Symbol) << "]";
H A Dllvm-pdbutil.h28 uint32_t getTypeLength(const PDBSymbolData &Symbol);
H A Dllvm-pdbutil.cpp925 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { function in class:llvm::pdb
955 return getTypeLength(*F1) > getTypeLength(*F2);

Completed in 67 milliseconds