Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOReader.cpp333 constexpr uint32_t AbsOrLocalMask = in readIndirectSymbolTable() local
337 if ((Index & AbsOrLocalMask) != 0) in readIndirectSymbolTable()