Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h64 using llvm::MachO::BindType;
194 BindType kind;
H A DMachONormalizedFileYAML.cpp603 struct ScalarEnumerationTraits<BindType> {
604 static void enumeration(IO &io, BindType &value) { in enumeration()
H A DMachONormalizedFileBinaryWriter.cpp1180 BindType lastType = (BindType)0; in buildBindInfo()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h258 uint8_t BindType = 0; variable
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp3590 BindType = ImmValue; in moveNext()
3601 << "BindType=" << (int)BindType << "\n"); in moveNext()
3920 switch (BindType) { in typeName()
/freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/
H A DMachO.h244 enum BindType { enum