Home
last modified time | relevance | path

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

/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/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/llvm/include/llvm/Support/
DCOFF.h504 IAT, enumerator
/external/clang/lib/AST/
DMicrosoftMangle.cpp1512 } else if (const IncompleteArrayType *IAT = in mangleArrayType() local
1515 ElementTy = IAT->getElementType(); in mangleArrayType()
DASTContext.cpp3843 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(AT)) { in getUnqualifiedArrayType() local
3844 return getIncompleteArrayType(unqualElementType, IAT->getSizeModifier(), 0); in getUnqualifiedArrayType()
4145 if (const IncompleteArrayType *IAT = dyn_cast<IncompleteArrayType>(ATy)) in getAsArrayType() local
4147 IAT->getSizeModifier(), in getAsArrayType()
4148 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()