/external/llvm-project/lld/include/lld/Core/ |
D | Reference.h | 44 enum class KindNamespace { enum 50 KindNamespace kindNamespace() const { return (KindNamespace)_kindNamespace; } in kindNamespace() 51 void setKindNamespace(KindNamespace ns) { _kindNamespace = (uint8_t)ns; } in setKindNamespace() 102 Reference(KindNamespace ns, KindArch a, KindValue value) in Reference()
|
D | Reader.h | 92 bool referenceKindFromString(StringRef inputStr, Reference::KindNamespace &ns, 98 bool referenceKindToString(Reference::KindNamespace ns, Reference::KindArch a, 125 void addKindTable(Reference::KindNamespace ns, Reference::KindArch arch, 130 Reference::KindNamespace ns;
|
D | Simple.h | 117 SimpleReference(Reference::KindNamespace ns, Reference::KindArch arch, in SimpleReference() 123 : Reference(Reference::KindNamespace::all, Reference::KindArch::all, 0), in SimpleReference() 200 void addReference(Reference::KindNamespace ns, in addReference()
|
D | DefinedAtom.h | 326 virtual void addReference(Reference::KindNamespace ns, in addReference()
|
/external/llvm-project/lld/lib/Core/ |
D | Reader.cpp | 58 addKindTable(Reference::KindNamespace::all, Reference::KindArch::all, in Registry() 70 void Registry::addKindTable(Reference::KindNamespace ns, in addKindTable() 78 Reference::KindNamespace &ns, in referenceKindFromString() 94 bool Registry::referenceKindToString(Reference::KindNamespace ns, in referenceKindToString()
|
D | Resolver.cpp | 305 if (ref->kindNamespace() == lld::Reference::KindNamespace::all && in updateReferences() 337 if (ref->kindNamespace() != lld::Reference::KindNamespace::all) in isBackref()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ArchHandler_x86_64.cpp | 43 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isGOTAccess() 62 assert(ref.kindNamespace() == Reference::KindNamespace::mach_o); in isTLVAccess() 68 assert(ref->kindNamespace() == Reference::KindNamespace::mach_o); in updateReferenceToTLV() 76 assert(ref->kindNamespace() == Reference::KindNamespace::mach_o); in updateReferenceToGOT() 341 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isCallSite() 348 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isPointer() 577 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupFinal() 661 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupRelocatable() 772 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in appendSectionRelocations()
|
D | ArchHandler.cpp | 53 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isLazyPointer() 157 if (ref->kindNamespace() == Reference::KindNamespace::mach_o && in fdeTargetFunction()
|
D | ArchHandler_arm64.cpp | 44 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isGOTAccess() 68 assert(ref->kindNamespace() == Reference::KindNamespace::mach_o); in updateReferenceToGOT() 316 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isCallSite() 323 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isPointer() 589 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupFinal() 695 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupRelocatable() 779 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in appendSectionRelocations()
|
D | StubsPass.cpp | 339 atom->addReference(Reference::KindNamespace::mach_o, in addReference() 347 atom->addReference(Reference::KindNamespace::mach_o, refInfo.arch, in addReferenceAddend() 357 atom->addReference(Reference::KindNamespace::mach_o, in addOptReference()
|
D | ArchHandler_arm.cpp | 909 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupFinal() 1072 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupRelocatable() 1189 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in appendSectionRelocations() 1396 atom.addReference(Reference::KindNamespace::mach_o, in addAdditionalReferences() 1405 if (ref->kindNamespace() != Reference::KindNamespace::mach_o) in isThumbFunction() 1419 addReference(Reference::KindNamespace::mach_o, Reference::KindArch::ARM, in Thumb2ToArmShimAtom() 1421 addReference(Reference::KindNamespace::mach_o, Reference::KindArch::ARM, in Thumb2ToArmShimAtom() 1466 addReference(Reference::KindNamespace::mach_o, Reference::KindArch::ARM, in ArmToThumbShimAtom()
|
D | CompactUnwindPass.cpp | 245 addReference(Reference::KindNamespace::mach_o, _archHandler.kindArch(), in addEhFrameReference() 251 addReference(Reference::KindNamespace::mach_o, _archHandler.kindArch(), in addImageReference() 256 addReference(Reference::KindNamespace::mach_o, _archHandler.kindArch(), in addImageReferenceIndirect()
|
D | TLVPass.cpp | 123 tlvpEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeTLVPEntry()
|
D | GOTPass.cpp | 164 gotEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeGOTEntry()
|
D | ArchHandler_x86.cpp | 443 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupFinal() 486 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in applyFixupRelocatable() 559 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in appendSectionRelocations()
|
D | MachONormalizedFileToAtoms.cpp | 372 prevAtom->addReference(Reference::KindNamespace::all, in processSymboledSection() 683 inAtom->addReference(Reference::KindNamespace::mach_o, in convertRelocs() 1161 atom->addReference(Reference::KindNamespace::mach_o, handler.kindArch(), in processCIE() 1244 atom->addReference(Reference::KindNamespace::mach_o, handler.kindArch(), in processFDE() 1522 atom->addReference(Reference::KindNamespace::mach_o, handler->kindArch(), in normalizedObjectToAtoms() 1538 atom->addReference(Reference::KindNamespace::mach_o, handler->kindArch(), in normalizedObjectToAtoms()
|
D | LayoutPass.cpp | 342 if (r->kindNamespace() != lld::Reference::KindNamespace::all || in buildFollowOnTable()
|
D | MachONormalizedFileBinaryReader.cpp | 607 addKindTable(Reference::KindNamespace::mach_o, ctx.archHandler().kindArch(), in addSupportMachOObjects()
|
D | MachONormalizedFileFromAtoms.cpp | 1391 if (ref->kindNamespace() != Reference::KindNamespace::mach_o) in buildDataInCodeArray()
|
/external/llvm-project/lld/lib/ReaderWriter/YAML/ |
D | ReaderWriterYAML.cpp | 242 Reference::KindNamespace ns; 741 : lld::Reference(lld::Reference::KindNamespace::all, in NormalizedReference() 910 void addReference(Reference::KindNamespace ns, in addReference()
|