reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Object/StackMapParser.h
  114     LocationKind getKind() const {
  115       return LocationKind(P[KindOffset]);
tools/llvm-readobj/StackMapPrinter.h
   49       case StackMapParserT::LocationKind::Register:
   52       case StackMapParserT::LocationKind::Direct:
   55       case StackMapParserT::LocationKind::Indirect:
   59       case StackMapParserT::LocationKind::Constant:
   62       case StackMapParserT::LocationKind::ConstantIndex: