Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp123 const char *FixupContent, object::relocation_iterator &UnsignedRelItr, in parsePairRelocation() argument
133 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
137 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()
DMachO_arm64.cpp132 object::relocation_iterator &UnsignedRelItr, in parsePairRelocation() argument
142 if (UnsignedRelItr == RelEnd) in parsePairRelocation()
146 auto UnsignedRI = getRelocationInfo(UnsignedRelItr); in parsePairRelocation()