Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp36 {"char8_t*", SimpleTypeKind::Character8},
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h38 Character8 = 0x007c, // char8_t enumerator
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp211 case SimpleTypeKind::Character8: in getBuiltinType()
H A DSymbolCache.cpp67 {codeview::SimpleTypeKind::Character8, PDB_BuiltinType::Char8, 1},
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp844 case SimpleTypeKind::Character8: in GetCompilerTypeForSimpleKind()
938 case SimpleTypeKind::Character8: in GetTypeSizeForSimpleKind()
H A DSymbolFileNativePDB.cpp176 case SimpleTypeKind::Character8: in GetSimpleTypeName()
/llvm-project-15.0.7/llvm/docs/PDB/
H A DTpiStream.rst134 Character8 = 0x007c, // char8_t
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1815 case 1: STK = SimpleTypeKind::Character8; break; in lowerTypeBasic()