Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Object/
H A DMachO.h256 uint8_t BindType = 0; variable
/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3990 BindType = ImmValue; in moveNext()
4001 << "BindType=" << (int)BindType << "\n"); in moveNext()
4305 switch (BindType) {
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h254 enum BindType { enum