HomeSort by relevance Sort by last modified time
    Searched refs:GA (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/llvm/unittests/VMCore/
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
58 GA->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 74 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(),
76 GA->copyAttributesFrom(I);
77 VMap[I] = GA;
111 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]);
113 GA->setAliasee(MapValue(C, VMap));
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 682 GA = 12, // GA Georgia
763 GA, GA, GA, GA, GA, GA, GA, GA, GA, GA, // 300-30
    [all...]
  /external/llvm/lib/Target/
TargetMachine.cpp 101 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
102 GV = GA->resolveAliasedGlobal(false);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 68 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /external/llvm/lib/Analysis/
Loads.cpp 71 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
72 if (GA->mayBeOverridden())
74 V = GA->getAliasee();
  /external/llvm/lib/VMCore/
Globals.cpp 252 while (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) {
253 if (stopOnWeak && GA->mayBeOverridden())
256 GV = GA->getAliasedGlobal();
Verifier.cpp 241 void visitGlobalAlias(GlobalAlias &GA);
448 void Verifier::visitGlobalAlias(GlobalAlias &GA) {
449 Assert1(!GA.getName().empty(),
450 "Alias name cannot be empty!", &GA);
451 Assert1(GA.hasExternalLinkage() || GA.hasLocalLinkage() ||
452 GA.hasWeakLinkage(),
453 "Alias should have external or external weak linkage!", &GA);
454 Assert1(GA.getAliasee(),
455 "Aliasee cannot be NULL!", &GA);
    [all...]
Value.cpp 362 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
363 if (GA->mayBeOverridden())
365 V = GA->getAliasee();
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 170 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 170 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) {
172 MarkUsedGlobalsAsNeeded(GA->getAliasee());
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 375 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
432 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
434 SDValue LowerToTLSExecModels(GlobalAddressSDNode *GA,
  /bionic/libc/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 151 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 223 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
227 DebugLoc dl = GA.getDebugLoc();
229 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
234 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
235 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal());
239 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
241 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
248 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), MVT::i32);
249 return getGlobalAddressWrapper(GA, GV, DAG);
269 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32)
    [all...]
  /external/tcpdump/
telnet.h 52 #define GA 249 /* you may reverse the line */
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/arpa/
telnet.h 44 #define GA 249 /* you may reverse the line */
65 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,

Completed in 850 milliseconds

1 2 3