Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp85 case PDB_BuiltinType::HResult: in getTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp29 {"HRESULT*", SimpleTypeKind::HResult},
H A DTypeRecordHelpers.cpp79 case SimpleTypeKind::HResult: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp232 case SimpleTypeKind::HResult: in getBuiltinType()
233 return PDB_BuiltinType::HResult; in getBuiltinType()
H A DSymbolCache.cpp54 {codeview::SimpleTypeKind::HResult, PDB_BuiltinType::HResult, 4},
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h30 HResult = 0x0008, // OLE/COM HRESULT enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h353 HResult = 31, enumerator
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp974 case SimpleTypeKind::HResult: in GetCompilerTypeForSimpleKind()
1018 case SimpleTypeKind::HResult: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp202 case SimpleTypeKind::HResult: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp63 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType, HResult, OS) in operator <<()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp76 case PDB_BuiltinType::HResult: in TranslateBuiltinEncoding()
179 case PDB_BuiltinType::HResult: in GetPDBBuiltinTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1719 return TypeIndex(SimpleTypeKind::HResult); in lowerTypeArray()