Home
last modified time | relevance | path

Searched defs:UnmodifiedType (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h68 NativeTypeEnum *UnmodifiedType = nullptr; variable
H A DNativeTypeUDT.h68 NativeTypeUDT *UnmodifiedType = nullptr; variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h30 UnmodifiedType = 1 << 4, enumerator
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp31 NativeTypeUDT(NativeSession & Session,SymIndexId Id,NativeTypeUDT & UnmodifiedType,codeview::ModifierRecord Modifier) NativeTypeUDT() argument
[all...]
H A DNativeTypeEnum.cpp124 NativeTypeEnum &UnmodifiedType, in NativeTypeEnum()