Home
last modified time | relevance | path

Searched refs:TypeData (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h91 llvm::Type *TypeData; // canHaveCoerceToType()
136 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K), in TypeData() function
350 return TypeData; in getCoerceToType()
355 TypeData = T; in setCoerceToType()
360 return cast<llvm::StructType>(TypeData); in getCoerceAndExpandType()
/src/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp443 void *TypeData = LoadPointer(Data, Offset); in getLocalSourceRange() local
444 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange()
460 void *TypeData = LoadPointer(Data, Offset); in getTypeLoc() local
461 return TypeLoc(Qualifier->getAsType(), TypeData); in getTypeLoc()
/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp487 ArrayRef<uint8_t> TypeData = Type.data(); in loadPrecompiledObject() local
490 TypeDeserializer::deserializeAs<EndPrecompRecord>(TypeData)); in loadPrecompiledObject()
495 Builder->insertRecordBytes(TypeData); in loadPrecompiledObject()
505 ArrayRef<uint8_t> TypeData = Type.data(); in loadPrecompiledObject() local
507 Builder->insertRecordBytes(TypeData); in loadPrecompiledObject()