Searched defs:DA (Results 1 - 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp43 MAP(DA, 50) \
76 D8 = 3, D9 = 4, DA = 5, DB = 6, enumerator in enum:X86Local::__anon8001
946 case X86Local::DA:
/external/llvm/lib/Analysis/
H A DDebugInfo.cpp1091 DIArray DA = DCT.getTypeArray(); local
1092 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
1093 DIDescriptor D = DA.getElement(i);
/external/llvm/lib/Linker/
H A DLinkModules.cpp966 GlobalAlias *DA = cast<GlobalAlias>(ValueMap[I]); local
967 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None, &TypeMap));
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h286 DA = 5 << Op0Shift, DB = 6 << Op0Shift, enumerator in enum:llvm::X86II::__anon7687
/external/clang/lib/Sema/
H A DSemaDecl.cpp7367 DLLImportAttr *DA = FD->getAttr<DLLImportAttr>(); local
7368 if (DA && (!FD->getAttr<DLLExportAttr>())) {
7371 if (!DA->isInherited() &&

Completed in 263 milliseconds