Home
last modified time | relevance | path

Searched refs:modeCode (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp124 return refKind == modeCode || refKind == modeData; in isDataInCodeTransition()
134 return modeCode; in dataInCodeTransitionEnd()
144 modeCode, /// Content starting at this offset is code. enumerator
179 LLD_KIND_STRING_ENTRY(modeCode),
467 case modeCode: in applyFixupFinal()
518 case modeCode: in applyFixupRelocatable()
565 case modeCode: in appendSectionRelocations()
H A DArchHandler_x86_64.cpp185 return refKind == modeCode || refKind == modeData; in isDataInCodeTransition()
195 return modeCode; in dataInCodeTransitionEnd()
205 modeCode, /// Content starting at this offset is code. enumerator
263 LLD_KIND_STRING_ENTRY(modeCode),
631 case modeCode: in applyFixupFinal()
752 case modeCode: in applyFixupRelocatable()
777 case modeCode: in appendSectionRelocations()