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

1 2 3

  /external/llvm/unittests/IR/
VerifierTest.cpp 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C),
58 GA->setUnnamedAddr(true);
  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 70 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(),
72 GA->copyAttributesFrom(I);
73 VMap[I] = GA;
107 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]);
109 GA->setAliasee(MapValue(C, VMap));
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 115 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);
116 if (!GA) {
121 GVs.insert(GA);
133 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end();
134 GA != E; GA++) {
135 if (RegEx.match(GA->getName())) {
136 GVs.insert(&*GA);
  /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 127 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
128 GV = GA->resolveAliasedGlobal(false);
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.h 68 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
  /external/llvm/lib/IR/
Globals.cpp 258 while (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) {
259 if (stopOnWeak && GA->mayBeOverridden())
262 GV = GA->getAliasedGlobal();
Verifier.cpp 242 void visitGlobalAlias(GlobalAlias &GA);
452 void Verifier::visitGlobalAlias(GlobalAlias &GA) {
453 Assert1(!GA.getName().empty(),
454 "Alias name cannot be empty!", &GA);
455 Assert1(GA.hasExternalLinkage() || GA.hasLocalLinkage() ||
456 GA.hasWeakLinkage(),
457 "Alias should have external or external weak linkage!", &GA);
458 Assert1(GA.getAliasee(),
459 "Aliasee cannot be NULL!", &GA);
    [all...]
  /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/robolectric/
Android.mk 53 robolectric-javassist:lib/main/javassist-3.14.0-GA.jar \
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 383 bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
440 SDValue LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA,
442 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/XCore/
XCoreISelLowering.cpp 228 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV,
232 DebugLoc dl = GA.getDebugLoc();
235 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
236 UnderlyingGV = GA->resolveAliasedGlobal();
239 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
240 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
242 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
249 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), MVT::i32);
250 return getGlobalAddressWrapper(GA, GV, DAG);
270 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,
  /prebuilts/ndk/7/platforms/android-14/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,

Completed in 853 milliseconds

1 2 3