Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h63 using llvm::MachO::BindType;
193 BindType kind;
H A DMachONormalizedFileYAML.cpp602 struct ScalarEnumerationTraits<BindType> {
603 static void enumeration(IO &io, BindType &value) { in enumeration()
H A DMachONormalizedFileBinaryWriter.cpp1188 BindType lastType = (BindType)0; in buildBindInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h255 uint8_t BindType = 0; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3653 BindType = ImmValue; in moveNext()
3664 << "BindType=" << (int)BindType << "\n"); in moveNext()
3968 switch (BindType) { in typeName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h249 enum BindType { enum