Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h91 llvm::Type *TypeData; // canHaveCoerceToType()
137 : TypeData(nullptr), PaddingType(nullptr), DirectAttr{0, 0}, TheKind(K), in TypeData() function
368 return TypeData; in getCoerceToType()
373 TypeData = T; in setCoerceToType()
378 return cast<llvm::StructType>(TypeData); in getCoerceAndExpandType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp430 void *TypeData = LoadPointer(Data, Offset); in getLocalSourceRange() local
431 TypeLoc TL(Qualifier->getAsType(), TypeData); in getLocalSourceRange()
446 void *TypeData = LoadPointer(Data, Offset); in getTypeLoc() local
447 return TypeLoc(Qualifier->getAsType(), TypeData); in getTypeLoc()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp482 ArrayRef<uint8_t> TypeData = Type.data(); in loadPrecompiledObject() local
485 TypeDeserializer::deserializeAs<EndPrecompRecord>(TypeData)); in loadPrecompiledObject()
490 Builder->insertRecordBytes(TypeData); in loadPrecompiledObject()
500 ArrayRef<uint8_t> TypeData = Type.data(); in loadPrecompiledObject() local
502 Builder->insertRecordBytes(TypeData); in loadPrecompiledObject()