Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DMachOObjectFile.cpp1875 BindType(0), PointerSize(is64Bit ? 8 : 4), in MachOBindEntry()
1971 BindType = ImmValue; in moveNext()
1975 << "BindType=" << (int)BindType << "\n"); in moveNext()
2082 switch (BindType) { in typeName()
/external/llvm/include/llvm/Object/
DMachO.h179 uint8_t BindType; variable
/external/llvm/include/llvm/Support/
DMachO.h288 enum BindType { enum