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

1 2 3

  /external/llvm/lib/Transforms/Utils/
CloneModule.cpp 71 auto *GA =
74 GA->copyAttributesFrom(I);
75 VMap[I] = GA;
109 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]);
111 GA->setAliasee(cast<GlobalObject>(MapValue(C, VMap)));
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 117 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]);
118 if (!GA) {
123 GVs.insert(GA);
135 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end();
136 GA != E; GA++) {
137 if (RegEx.match(GA->getName())) {
138 GVs.insert(&*GA);
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 341 struct GA {
344 struct GB: public GA {};
345 struct GC: public virtual GA {
357 // CHECK-NEXT: 4 | (vtordisp for vbase GA)
358 // CHECK-NEXT: 8 | struct GA (virtual base)
359 // CHECK-NEXT: 8 | (GA vftable pointer)
363 // CHECK-NEXT: 16 | struct GA (primary base)
364 // CHECK-NEXT: 16 | (GA vftable pointer)
373 // CHECK-X64-NEXT: 12 | (vtordisp for vbase GA)
374 // CHECK-X64-NEXT: 16 | struct GA (virtual base
    [all...]
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
rfc2217.py 101 GA = to_bytes([249]) # Go Ahead
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 29 MaxNumOfUsesForConstExtenders("ga-max-num-uses-for-constant-extenders",
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
  /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,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 67 GA = chr(249) # Go Ahead
  /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,
  /development/ndk/platforms/android-L/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/CodeGen/SelectionDAG/
TargetLowering.cpp 258 TargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
265 GA &&
266 !GA->getGlobal()->isDeclaration() &&
267 !GA->getGlobal()->isWeakForLinker())
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 258 void visitGlobalAlias(const GlobalAlias &GA);
497 void Verifier::visitAliaseeSubExpr(const GlobalAlias &GA, const Constant &C) {
499 Visited.insert(&GA);
500 visitAliaseeSubExpr(Visited, GA, C);
504 const GlobalAlias &GA, const Constant &C) {
506 Assert1(!GV->isDeclaration(), "Alias must point to a definition", &GA);
509 Assert1(Visited.insert(GA2), "Aliases cannot form a cycle", &GA);
512 &GA);
526 visitAliaseeSubExpr(Visited, GA, *GA2->getAliasee());
528 visitAliaseeSubExpr(Visited, GA, *C2)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 256 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA,
260 SDLoc dl(GA);
263 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA);
268 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA);
270 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA);
295 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset);
296 GA = getGlobalAddressWrapper(GA, GV, DAG);
300 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 149 /// If GA aliases a function, the alias's name is matched as a function name
151 bool isIn(const GlobalAlias &GA, const StringRef Category) const {
152 if (isIn(*GA.getParent(), Category))
155 if (isa<FunctionType>(GA.getType()->getElementType()))
156 return SCL->inSection("fun", GA.getName(), Category);
158 return SCL->inSection("global", GA.getName(), Category) ||
159 SCL->inSection("type", GetGlobalTypeString(GA), Category);
245 bool isInstrumented(const GlobalAlias *GA);
446 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) {
447 return !ABIList.isIn(*GA, "uninstrumented")
    [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/x86_64-linux-glibc2.11-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.11-4.8/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,

Completed in 1383 milliseconds

1 2 3