Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp40 static uint32_t getTypeLength(const PDBSymbol &Symbol) { in getTypeLength() function
70 Member->getOffset(), getTypeLength(*Member), false), in DataMemberLayoutItem()
98 : LayoutItemBase(&Parent, VT.get(), "<vtbl>", 0, getTypeLength(*VT), false), in VTableLayoutItem()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp143 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()
151 << " [sizeof = " << getTypeLength(Symbol) << "]"; in dump()
H A Dllvm-pdbutil.h29 uint32_t getTypeLength(const PDBSymbolData &Symbol);
H A Dllvm-pdbutil.cpp901 uint32_t llvm::pdb::getTypeLength(const PDBSymbolData &Symbol) { in getTypeLength() function in llvm::pdb
931 return getTypeLength(*F1) > getTypeLength(*F2); in compareDataSymbols()