Home
last modified time | relevance | path

Searched refs:kindNamespace (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lld/include/lld/Core/
DSimple.h224 if (rhs->kindNamespace() != lhs->kindNamespace()) in sortReferences()
225 return (lhs->kindNamespace() < rhs->kindNamespace()); in sortReferences()
DReference.h50 KindNamespace kindNamespace() const { return (KindNamespace)_kindNamespace; } in kindNamespace() function
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_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()
DArchHandler.cpp53 if (ref.kindNamespace() != Reference::KindNamespace::mach_o) in isLazyPointer()
157 if (ref->kindNamespace() == Reference::KindNamespace::mach_o && in fdeTargetFunction()
DArchHandler_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()
DArchHandler_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()
DLayoutPass.cpp81 if (!registry.referenceKindToString(ref->kindNamespace(), ref->kindArch(), in showCycleDetectedError()
342 if (r->kindNamespace() != lld::Reference::KindNamespace::all || in buildFollowOnTable()
DArchHandler_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()
1405 if (ref->kindNamespace() != Reference::KindNamespace::mach_o) in isThumbFunction()
DMachONormalizedFileFromAtoms.cpp1391 if (ref->kindNamespace() != Reference::KindNamespace::mach_o) in buildDataInCodeArray()
/external/llvm-project/lld/lib/Core/
DResolver.cpp305 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/YAML/
DReaderWriterYAML.cpp746 : lld::Reference(ref->kindNamespace(), ref->kindArch(), in NormalizedReference()
751 _mappedKind.ns = ref->kindNamespace(); in NormalizedReference()