Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h256 uint8_t BindType = 0; variable
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp3803 BindType = ImmValue; in moveNext()
3814 << "BindType=" << (int)BindType << "\n"); in moveNext()
4118 switch (BindType) { in typeName()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h249 enum BindType { enum