Home
last modified time | relevance | path

Searched refs:Character16 (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp34 {"char16_t*", SimpleTypeKind::Character16},
H A DTypeRecordHelpers.cpp114 case SimpleTypeKind::Character16: in getSizeInBytesForTypeIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h36 Character16 = 0x007a, // char16_t enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp208 case SimpleTypeKind::Character16: in getBuiltinType()
H A DSymbolCache.cpp65 {codeview::SimpleTypeKind::Character16, PDB_BuiltinType::Char16, 2},
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp938 case SimpleTypeKind::Character16: in GetCompilerTypeForSimpleKind()
1022 case SimpleTypeKind::Character16: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp169 case SimpleTypeKind::Character16: in GetSimpleTypeName()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1868 case 2: STK = SimpleTypeKind::Character16; break; in lowerTypeBasic()