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

  /external/llvm/tools/llvm-readobj/
StackMapPrinter.h 46 case StackMapParserT::LocationKind::Register:
49 case StackMapParserT::LocationKind::Direct:
53 case StackMapParserT::LocationKind::Indirect:
57 case StackMapParserT::LocationKind::Constant:
60 case StackMapParserT::LocationKind::ConstantIndex:
  /external/llvm/include/llvm/Object/
StackMapParser.h 100 enum class LocationKind : uint8_t {
112 LocationKind getKind() const {
113 return LocationKind(P[KindOffset]);
123 assert(getKind() == LocationKind::Constant && "Not a small constant.");
129 assert(getKind() == LocationKind::ConstantIndex &&
136 assert((getKind() == LocationKind::Direct ||
137 getKind() == LocationKind::Indirect) &&
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized };
60 LocationKind Kind;
76 LocationKind getKind() const { return Kind; }
  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 37 LocationOperand::LocationKind kind;
79 LocationOperand::LocationKind kind;
  /external/v8/src/compiler/
instruction.h 400 enum LocationKind { REGISTER, STACK_SLOT };
403 LocationOperand::LocationKind location_kind,
430 LocationKind location_kind() const {
472 class LocationKindField : public BitField64<LocationKind, 3, 2> {};
480 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
482 static ExplicitOperand* New(Zone* zone, LocationKind kind,
493 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index)
496 static AllocatedOperand* New(Zone* zone, LocationKind kind,
    [all...]
instruction.cc 242 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
register-allocator-verifier.cc 722 zone(), LocationOperand::LocationKind::STACK_SLOT, rep,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 44 import org.eclipse.core.filebuffers.LocationKind;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 147 milliseconds