Searched refs:iat (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.cpp | 1118 RVAPtr<IMAGE_THUNK_DATA> iat(module, imports->FirstThunk); in OverrideImportedFunction() local 1119 for (; name_table->u1.Ordinal != 0; ++name_table, ++iat) { in OverrideImportedFunction() 1134 *orig_old_func = iat->u1.AddressOfData; in OverrideImportedFunction() 1136 if (!VirtualProtect(&iat->u1.AddressOfData, 4, PAGE_EXECUTE_READWRITE, in OverrideImportedFunction() 1139 iat->u1.AddressOfData = new_function; in OverrideImportedFunction() 1140 if (!VirtualProtect(&iat->u1.AddressOfData, 4, old_prot, &unused_prot)) in OverrideImportedFunction()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 4083 const auto *iat = cast<IncompleteArrayType>(ty); in getVariableArrayDecayedType() local 4085 getVariableArrayType(getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType() 4087 iat->getIndexTypeCVRQualifiers(), SourceRange()); in getVariableArrayDecayedType() 4207 if (IncompleteArrayType *iat = in getIncompleteArrayType() local 4209 return QualType(iat, 0); in getIncompleteArrayType()
|