Searched refs:StructureType (Results 1 – 6 of 6) sorted by relevance
70 template <class StructureType>71 bool HasMemory(ULONG64 address, StructureType** structure = NULL) const {79 template <class StructureType>80 bool HasMemory(const void* addr_in, StructureType** structure = NULL) const {81 return HasMemoryImpl(addr_in, sizeof(StructureType),
6743 enum class StructureType enum7031 StructureType sType = StructureType::eApplicationInfo;7114 StructureType sType = StructureType::eDeviceQueueCreateInfo;7228 StructureType sType = StructureType::eDeviceCreateInfo;7330 StructureType sType = StructureType::eInstanceCreateInfo;7398 StructureType sType = StructureType::eMemoryAllocateInfo;7470 StructureType sType = StructureType::eMappedMemoryRange;7583 StructureType sType = StructureType::eWriteDescriptorSet;7693 StructureType sType = StructureType::eCopyDescriptorSet;7786 StructureType sType = StructureType::eBufferViewCreateInfo;[all …]
33 LocalAddress(Address::invalid()), StructureType(nullptr), Block(block), in CGBlockInfo()330 info.StructureType = in computeBlockInfo()447 info.StructureType = in computeBlockInfo()555 info.StructureType = in computeBlockInfo()579 blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType, in enterBlockScope()1129 BlockInfo->StructureType->getPointerTo(), in setBlockContextParameter()1362 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()1537 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
229 llvm::StructType *StructureType; variable
3295 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()3368 CGM.getDataLayout().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
2601 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildRCBlockLayout()