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::__anon9344
919 case X86Local::DA:
/external/llvm/lib/Linker/
H A DLinkModules.cpp968 GlobalAlias *DA = cast<GlobalAlias>(ValueMap[I]); local
969 DA->setAliasee(MapValue(Aliasee, ValueMap, RF_None, &TypeMap));
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h329 DA = 5 << Op0Shift, DB = 6 << Op0Shift, enumerator in enum:llvm::X86II::__anon9007
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp883 DIArray DA = DCT.getTypeArray(); local
884 for (unsigned i = 0, e = DA.getNumElements(); i != e; ++i) {
885 DIDescriptor D = DA.getElement(i);
/external/clang/lib/Sema/
H A DSemaDecl.cpp7711 DLLImportAttr *DA = FD->getAttr<DLLImportAttr>(); local
7712 if (DA && (!FD->getAttr<DLLExportAttr>())) {
7715 if (!DA->isInherited() &&

Completed in 121 milliseconds