Searched defs:LocationKind (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h57 enum LocationKind { LK_Null, LK_Source, LK_Memory, LK_Symbolized }; enum in class:__ubsan::Location
60 LocationKind Kind;
76 LocationKind getKind() const { return Kind; }
/external/llvm/include/llvm/Object/
H A DStackMapParser.h99 enum class LocationKind : uint8_t { class in class:llvm::StackMapV1Parser
111 LocationKind getKind() const {
112 return LocationKind(P[KindOffset]);
122 assert(getKind() == LocationKind::Constant && "Not a small constant.");
128 assert(getKind() == LocationKind::ConstantIndex &&
135 assert((getKind() == LocationKind::Direct ||
136 getKind() == LocationKind::Indirect) &&
/external/v8/src/compiler/
H A Dinstruction.h426 enum LocationKind { REGISTER, STACK_SLOT }; enum in class:v8::internal::compiler::LocationOperand
429 LocationOperand::LocationKind location_kind,
472 LocationKind location_kind() const {
520 class LocationKindField : public BitField64<LocationKind, 3, 2> {};
528 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
530 static ExplicitOperand* New(Zone* zone, LocationKind kind,
541 AllocatedOperand(LocationKind kind, MachineRepresentation rep, int index)
544 static AllocatedOperand* New(Zone* zone, LocationKind kind,

Completed in 131 milliseconds