Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h61 const NativeTypeBuiltin &getUnderlyingBuiltinType() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp375 const NativeTypeBuiltin &NativeTypeEnum::getUnderlyingBuiltinType() const { in getUnderlyingBuiltinType() function in NativeTypeEnum
377 return UnmodifiedType->getUnderlyingBuiltinType(); in getUnderlyingBuiltinType()
H A DNativeSymbolEnumerator.cpp77 const NativeTypeBuiltin &BT = Parent.getUnderlyingBuiltinType(); in getValue()