Home
last modified time | relevance | path

Searched refs:IAT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
DTODO11 * Figure out how to edit the executable IAT so tcmalloc.dll is loaded first
55 You can edit the executable IAT to have the patching DLL be the
59 (not the IAT).
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
DTODO11 * Figure out how to edit the executable IAT so tcmalloc.dll is loaded first
55 You can edit the executable IAT to have the patching DLL be the
59 (not the IAT).
/external/llvm/include/llvm/Support/
DCOFF.h525 IAT, enumerator
/external/clang/lib/AST/
DMicrosoftMangle.cpp1799 } else if (const IncompleteArrayType *IAT = in mangleArrayType() local
1802 ElementTy = IAT->getElementType(); in mangleArrayType()
DASTContext.cpp3935 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) { in getUnqualifiedArrayType() local
3936 return getIncompleteArrayType(unqualElementType, IAT->getSizeModifier(), 0); in getUnqualifiedArrayType()
4237 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(ATy)) in getAsArrayType() local
4239 IAT->getSizeModifier(), in getAsArrayType()
4240 IAT->getIndexTypeCVRQualifiers())); in getAsArrayType()
/external/clang/lib/Sema/
DSemaInit.cpp156 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) { in CheckStringInit() local
161 DeclT = S.Context.getConstantArrayType(IAT->getElementType(), in CheckStringInit()