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

/freebsd-13-stable/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) {
H A DMachONormalizedFileBinaryWriter.cpp1188 BindType lastType = (BindType)0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h255 uint8_t BindType = 0; member in class:llvm::object::MachOBindEntry
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp3619 BindType = ImmValue;
3630 << "BindType=" << (int)BindType << "\n");
3934 switch (BindType) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h248 enum BindType { enum

Completed in 142 milliseconds