Home
last modified time | relevance | path

Searched refs:getUnderlyingBuiltinType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h62 const NativeTypeBuiltin &getUnderlyingBuiltinType() const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp380 const NativeTypeBuiltin &NativeTypeEnum::getUnderlyingBuiltinType() const { in getUnderlyingBuiltinType() function in NativeTypeEnum
382 return UnmodifiedType->getUnderlyingBuiltinType(); in getUnderlyingBuiltinType()
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue()