Home
last modified time | relevance | path

Searched refs:StructureType (Results 1 – 5 of 5) sorted by relevance

/external/google-breakpad/src/client/windows/unittests/
Ddump_analysis.h70 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),
/external/clang/lib/CodeGen/
DCGBlocks.cpp33 LocalAddress(Address::invalid()), StructureType(nullptr), Block(block), in CGBlockInfo()
325 info.StructureType = in computeBlockInfo()
442 info.StructureType = in computeBlockInfo()
550 info.StructureType = in computeBlockInfo()
574 blockInfo.LocalAddress = CGF.CreateTempAlloca(blockInfo.StructureType, in enterBlockScope()
1126 BlockInfo->StructureType->getPointerTo(), in setBlockContextParameter()
1360 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateCopyHelperFunction()
1535 llvm::Type *structPtrTy = blockInfo.StructureType->getPointerTo(); in GenerateDestroyHelperFunction()
DCGBlocks.h229 llvm::StructType *StructureType; variable
DCGDebugInfo.cpp3094 target.getStructLayout(blockInfo.StructureType) in EmitDeclareOfBlockDeclRefVariable()
3167 CGM.getDataLayout().getStructLayout(block.StructureType); in EmitDeclareOfBlockLiteralArgVariable()
DCGObjCMac.cpp2594 CGM.getDataLayout().getStructLayout(blockInfo.StructureType); in BuildRCBlockLayout()