Home
last modified time | relevance | path

Searched refs:HResult (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyBuiltinDumper.cpp85 case PDB_BuiltinType::HResult: in getTypeName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
DTypeIndex.cpp29 {"HRESULT*", SimpleTypeKind::HResult},
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeEnum.cpp227 case SimpleTypeKind::HResult: in getBuiltinType()
228 return PDB_BuiltinType::HResult; in getBuiltinType()
DSymbolCache.cpp50 {codeview::SimpleTypeKind::HResult, PDB_BuiltinType::HResult, 4},
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeIndex.h30 HResult = 0x0008, // OLE/COM HRESULT enumerator
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbUtil.cpp737 case SimpleTypeKind::HResult: in GetCompilerTypeForSimpleKind()
781 case SimpleTypeKind::HResult: in GetTypeSizeForSimpleKind()
DSymbolFileNativePDB.cpp200 case SimpleTypeKind::HResult: in GetSimpleTypeName()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h353 HResult = 31, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp64 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, HResult, OS) in operator <<()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp73 case PDB_BuiltinType::HResult: in TranslateBuiltinEncoding()
169 case PDB_BuiltinType::HResult: in GetPDBBuiltinTypeName()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1594 return TypeIndex(SimpleTypeKind::HResult); in lowerTypeAlias()