Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h256 uint8_t BindType = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3992 BindType = ImmValue; in moveNext()
4003 << "BindType=" << (int)BindType << "\n"); in moveNext()
4307 switch (BindType) { in typeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h254 enum BindType { enum