Home
last modified time | relevance | path

Searched refs:KindNamespace (Results 1 – 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
HDReference.h44 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()
HDReader.h92 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;
HDSimple.h117 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()
HDDefinedAtom.h326 virtual void addReference(Reference::KindNamespace ns, in addReference()
/freebsd-11-stable/contrib/llvm-project/lld/lib/Core/
HDReader.cpp58 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()
HDResolver.cpp305 if (ref->kindNamespace() == lld::Reference::KindNamespace::all && in updateReferences()
337 if (ref->kindNamespace() != lld::Reference::KindNamespace::all) in isBackref()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
HDArchHandler_x86_64.cpp43 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()
HDArchHandler_arm64.cpp44 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()
HDArchHandler.cpp53 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isLazyPointer()
157 if (ref->kindNamespace() == Reference::KindNamespace::mach_o && in fdeTargetFunction()
HDStubsPass.cpp339 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()
HDArchHandler_arm.cpp909 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()
HDCompactUnwindPass.cpp245 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()
HDArchHandler_x86.cpp443 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()
HDTLVPass.cpp123 tlvpEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeTLVPEntry()
HDGOTPass.cpp164 gotEntry->addReference(Reference::KindNamespace::mach_o, nlInfo.arch, in makeGOTEntry()
HDMachONormalizedFileToAtoms.cpp370 prevAtom->addReference(Reference::KindNamespace::all, in processSymboledSection()
681 inAtom->addReference(Reference::KindNamespace::mach_o, in convertRelocs()
1159 atom->addReference(Reference::KindNamespace::mach_o, handler.kindArch(), in processCIE()
1242 atom->addReference(Reference::KindNamespace::mach_o, handler.kindArch(), in processFDE()
1520 atom->addReference(Reference::KindNamespace::mach_o, handler->kindArch(), in normalizedObjectToAtoms()
1536 atom->addReference(Reference::KindNamespace::mach_o, handler->kindArch(), in normalizedObjectToAtoms()
HDLayoutPass.cpp342 if (r->kindNamespace() != lld::Reference::KindNamespace::all || in buildFollowOnTable()
HDMachONormalizedFileBinaryReader.cpp586 addKindTable(Reference::KindNamespace::mach_o, ctx.archHandler().kindArch(), in addSupportMachOObjects()
HDMachONormalizedFileFromAtoms.cpp1391 if (ref->kindNamespace() != Reference::KindNamespace::mach_o) in buildDataInCodeArray()
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
HDReaderWriterYAML.cpp242 Reference::KindNamespace ns;
741 : lld::Reference(lld::Reference::KindNamespace::all, in NormalizedReference()
910 void addReference(Reference::KindNamespace ns, in addReference()