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

1 2 3 4

  /device/google/atv/products/
atv_x86.mk 30 PRODUCT_MODEL := AOSP TV on IA Emulator
  /external/clang/test/Sema/
ms_class_layout.cpp 100 class IA {
102 virtual ~IA(){}
103 virtual void ia() = 0;
106 class ICh : public virtual IA {
109 virtual void ia(){} function in class:ICh
396 // CHECK: 0 | class IA
397 // CHECK-NEXT: 0 | (IA vftable pointer)
404 // CHECK-NEXT: 8 | (vtordisp for vbase IA)
405 // CHECK-NEXT: 12 | class IA (virtual base)
406 // CHECK-NEXT: 12 | (IA vftable pointer
    [all...]
  /build/target/product/
full_x86.mk 44 PRODUCT_MODEL := AOSP on IA Emulator
full_x86_64.mk 47 PRODUCT_MODEL := AOSP on IA x86_64 Emulator
  /external/llvm/lib/IR/
DebugLoc.cpp 49 void DebugLoc::getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
52 Scope = IA = nullptr;
62 IA = nullptr;
70 IA = Ctx.pImpl->ScopeInlinedAtRecords[-ScopeIdx-1].second.get();
123 MDNode *Scope, *IA;
124 getScopeAndInlinedAt(Scope, IA, Ctx);
131 Scope, IA
227 int LLVMContextImpl::getOrAddScopeInlinedAtIdxEntry(MDNode *Scope, MDNode *IA,
230 int &Idx = ScopeInlinedAtIdx[std::make_pair(Scope, IA)];
245 DebugRecVH(IA, this, Idx)))
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 231 for (SuperRegClassIterator IA(RCA, this, true); IA.isValid(); ++IA) {
232 unsigned FinalA = composeSubRegIndices(IA.getSubReg(), SubA);
236 firstCommonClass(IA.getMask(), IB.getMask(), this);
251 *BestPreA = IA.getSubReg();
LexicalScopes.cpp 109 MDNode *IA = nullptr;
110 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
111 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
119 MDNode *IA = nullptr;
120 DL.getScopeAndInlinedAt(Scope, IA, MF->getFunction()->getContext());
130 if (IA) {
131 auto I = InlinedLexicalScopeMap.find(std::make_pair(Scope, IA));
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 46 if (const InlineAsm *IA = dyn_cast<InlineAsm>(V)) {
48 FunctionType *NewTy = IA->getFunctionType();
52 if (NewTy != IA->getFunctionType())
53 V = InlineAsm::get(NewTy, IA->getAsmString(), IA->getConstraintString(),
54 IA->hasSideEffects(), IA->isAlignStack());
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 107 MSInheritanceAttr *IA = getAttr<MSInheritanceAttr>();
108 assert(IA && "Expected MSInheritanceAttr on the CXXRecordDecl!");
109 return IA->getSemanticSpelling();
  /external/llvm/include/llvm/IR/
DebugLoc.h 90 void getScopeAndInlinedAt(MDNode *&Scope, MDNode *&IA,
  /external/libunwind/doc/
libunwind-ia64.tex 8 \begin{Name}{3}{libunwind-ia64}{David Mosberger-Tang}{Programming Library}{IA-64-specific support in libunwind}libunwind-ia64 -- IA-64-specific support in libunwind
14 The IA-64 version of \Prog{libunwind} uses a platform-string of
22 implementation has been tested only with IA-64 Linux.
24 When targeting IA-64, the \Prog{libunwind} header file defines the
32 One special feature of IA-64 is the use of NaT bits to support
58 For a detailed description of the IA-64 register usage convention,
68 The IA-64-version of \Prog{libunwind} defines three kinds of register
81 identifies a stack frame. The IA-64 architecture defines two stacks
91 \textbf{Note:} Due to the way the call instruction works on IA-64
    [all...]
unw_getcontext.tex 31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
unw_get_fpreg.tex 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
unw_get_reg.tex 24 manual pages (e.g., libunwind-ia64(3) for the IA-64 target).
  /build/target/board/generic_x86/
BoardConfig.mk 14 # The IA emulator (qemu) uses the Goldfish devices
  /build/target/board/generic_x86_64/
BoardConfig.mk 20 # The IA emulator (qemu) uses the Goldfish devices
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 592 int IA = PathA.size() - 1;
596 while (IA >= 0 && IB >=0) {
597 if (PathA[IA] == PathB[IB])
598 Ret = PathA[IA];
601 --IA;
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 68 IsAmbiguous IA; // expected-note{{copy constructor of 'Deleted' is implicitly deleted because field 'IA' has a deleted copy constructor}}
p11.0x.move.cpp 61 // 'IA' is deleted, but we select the copy constructor (we ignore the move
63 IsAmbiguous IA; // expected-note{{deleted because field 'IA' has a deleted move constructor}}
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I.getDebugLoc().getScopeAndInlinedAt(Scope, IA, I.getContext());
105 if (IA) EnumerateMetadata(IA);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 102 MDNode *Scope, *IA;
103 I->getDebugLoc().getScopeAndInlinedAt(Scope, IA, I->getContext());
105 if (IA) EnumerateMetadata(IA);
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 215 void setIndirectAlign(unsigned IA) {
217 IndirectAlign = IA;
  /external/clang/lib/Tooling/
CompilationDatabase.cpp 133 const driver::InputAction *IA = cast<driver::InputAction>(A);
134 Inputs.push_back(IA->getInputArg().getSpelling());

Completed in 1022 milliseconds

1 2 3 4