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

References

tools/lld/include/lld/Core/Simple.h
  228           return (lhs->kindValue() < rhs->kindValue());
  228           return (lhs->kindValue() < rhs->kindValue());
tools/lld/lib/Core/Resolver.cpp
  306             ref->kindValue() == lld::Reference::kindAssociate) {
  339   return (ref->kindValue() == lld::Reference::kindLayoutAfter);
tools/lld/lib/ReaderWriter/MachO/ArchHandler.cpp
   57   return (ref.kindValue() == info.lazyPointerReferenceToFinal.kind);
  158         ref->kindValue() == unwindRefToFunctionKind()) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm.cpp
  301   switch (ref.kindValue()) {
  313   return (ref.kindValue() == pointer32);
  317   switch (ref.kindValue()) {
  346         if (ref2->kindValue() != lazyPointer)
  916   switch (static_cast<ArmKind>(ref.kindValue())) {
 1081   switch (static_cast<ArmKind>(ref.kindValue())) {
 1197   switch (static_cast<ArmKind>(ref.kindValue())) {
 1408     if (ref->kindValue() == modeThumbCode)
tools/lld/lib/ReaderWriter/MachO/ArchHandler_arm64.cpp
   47     switch (ref.kindValue()) {
   70     switch (ref->kindValue()) {
  319   return (ref.kindValue() == branch26);
  326   Reference::KindValue kind = ref.kindValue();
  598   switch (static_cast<Arm64Kind>(ref.kindValue())) {
  700   switch (static_cast<Arm64Kind>(ref.kindValue())) {
  783   switch (static_cast<Arm64Kind>(ref.kindValue())) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  236   return (ref.kindValue() == branch32);
  240   return (ref.kindValue() == pointer32);
  447   switch (static_cast<X86Kind>(ref.kindValue())) {
  492   switch (static_cast<X86Kind>(ref.kindValue())) {
  564   switch (static_cast<X86Kind>(ref.kindValue())) {
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp
   46     switch (ref.kindValue()) {
   64     return ref.kindValue() == ripRel32Tlv;
   70     assert(ref->kindValue() == ripRel32Tlv);
   79     switch (ref->kindValue()) {
  344   return (ref.kindValue() == branch32);
  351   Reference::KindValue kind = ref.kindValue();
  582   switch (static_cast<X86_64Kind>(ref.kindValue())) {
  666   switch (static_cast<X86_64Kind>(ref.kindValue())) {
  776   switch (static_cast<X86_64Kind>(ref.kindValue())) {
tools/lld/lib/ReaderWriter/MachO/LayoutPass.cpp
   82                                           ref->kindValue(), kindValStr)) {
  343           r->kindValue() != lld::Reference::kindLayoutAfter)
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileFromAtoms.cpp
 1393         if (_archHandler.isDataInCodeTransition(ref->kindValue())) {
 1501       if (hr->kindValue() == _archHandler.lazyImmediateLocationKind()) {
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileToAtoms.cpp
 1235       assert(ref->kindValue() == refKind &&
tools/lld/lib/ReaderWriter/YAML/ReaderWriterYAML.cpp
  747                          ref->kindValue()),
  753       _mappedKind.value = ref->kindValue();