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

  /dalvik/tests/065-mismatched-implements/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /dalvik/tests/066-mismatched-super/src/
Indirect.java 23 public class Indirect {
Main.java 23 Indirect.main();
  /external/clang/lib/CodeGen/
ABIInfo.h 53 /// Indirect - Pass the argument indirectly via a hidden pointer
55 Indirect,
98 return ABIArgInfo(Indirect, 0, Alignment, ByVal, Realign);
108 bool isIndirect() const { return TheKind == Indirect; }
135 // Indirect accessors
137 assert(TheKind == Indirect && "Invalid kind!");
142 assert(TheKind == Indirect && "Invalid kind!");
147 assert(TheKind == Indirect && "Invalid kind!");
CGCall.cpp 797 case ABIArgInfo::Indirect: {
798 assert(!retAI.getIndirectAlign() && "Align unused on indirect return.");
821 case ABIArgInfo::Indirect: {
822 // indirect arguments are always on the stack, which is addr space #0.
    [all...]
CGVTables.cpp 226 // FIXME: Cloning isn't correct in the presence of indirect goto!
376 FnInfo.getReturnInfo().getKind() == ABIArgInfo::Indirect &&
CodeGenFunction.cpp 184 // If someone did an indirect goto, emit the indirect goto block at the end of
196 // If someone took the address of a label but never did an indirect goto, we
334 } else if (CurFnInfo->getReturnInfo().getKind() == ABIArgInfo::Indirect &&
336 // Indirect aggregate return; emit returned value directly into sret slot.
819 // Make sure that there is a block for the indirect goto.
825 // Make sure the indirect branch includes all of the address-taken blocks.
831 // If we already made the indirect branch for indirect goto, return its block.
836 // Create the PHI node that indirect gotos will add entries to
    [all...]
CGClass.cpp     [all...]
CGObjC.cpp     [all...]
TargetInfo.cpp 76 case Indirect:
77 OS << "Indirect Align=" << getIndirectAlign()
584 // copy constructor are always indirect.
588 // Structures with flexible arrays are always indirect.
593 // If specified, structs and unions are always indirect.
696 // FIXME: Set alignment on indirect arguments.
698 // Structures with flexible arrays are always indirect.
701 // copy constructor are always indirect.
    [all...]
  /external/llvm/test/MC/X86/
x86_operands.s 30 # Indirect Memory Operands
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 83 bool Indirect = false);
264 bool Indirect /* = false */) {
270 MachineRelocation MR = Indirect
423 bool Indirect = gvNeedsNonLazyPtr(*RelocOp, TM);
425 Adj, Indirect);
513 // indirect register encoding, this handles addresses like [EAX]. The
841 bool Indirect = gvNeedsNonLazyPtr(MO1, TM);
843 Indirect);
    [all...]
X86ISelLowering.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 27 * - Desc - Defined, Reference, Common or Indirect
73 Indirect = 3,
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 41 Indirect // The location contains pointer to the value.
  /external/oprofile/events/i386/westmere/
unit_masks 30 0x04 indirect_non_call Indirect non call branches executed
32 0x08 return_near Indirect return branches executed
34 0x20 indirect_near_call Indirect call branches executed
45 0x04 indirect_non_call Mispredicted indirect non call branches executed
49 0x20 indirect_near_call Mispredicted indirect call branches executed
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 339 sym->setDesc(ResolveInfo::Indirect);
350 ASSERT_EQ( ResolveInfo::Indirect, sym->desc() );
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 363 bool MayNeedFarStub, bool Indirect,
486 bool MayNeedFarStub, bool Indirect,
488 MachineRelocation MR = Indirect
    [all...]
ARMISelLowering.cpp 64 cl::desc("Generate calls via indirect call instructions"),
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 810 /// indirect members, for which any initialization was provided
    [all...]
SemaChecking.cpp     [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 239 \item {\bf ``Indirect''.} Kernel redirects requests to user level daemon
  /build/tools/droiddoc/templates-sdk/
class.cs 36 (subcount(class.subclasses.direct) || subcount(class.subclasses.indirect))) ?>
155 <?cs if:subcount(class.subclasses.indirect) && !class.subclasses.hidden ?>
157 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
158 <?cs call:expandable_class_list("subclasses-indirect", class.subclasses.indirect, "list") ?>
  /external/doclava/res/assets/templates/
class.cs 30 (subcount(class.subclasses.direct) || subcount(class.subclasses.indirect))) ?>
149 <?cs if:subcount(class.subclasses.indirect) && !class.subclasses.hidden ?>
151 <?cs call:expando_trigger("subclasses-indirect", "closed") ?>Known Indirect Subclasses
152 <?cs call:expandable_class_list("subclasses-indirect", class.subclasses.indirect, "list") ?>

Completed in 1477 milliseconds