Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h256 uint8_t BindType = 0; variable
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp3981 BindType = ImmValue; in moveNext()
3992 << "BindType=" << (int)BindType << "\n"); in moveNext()
4296 switch (BindType) { in typeName()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h254 enum BindType { enum