Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doaidl.d561 HRESULT BindType(LPOLESTR, ULONG, LPTYPEINFO*, LPTYPECOMP*);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h255 uint8_t BindType = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp3647 BindType = ImmValue; in moveNext()
3658 << "BindType=" << (int)BindType << "\n"); in moveNext()
3962 switch (BindType) { in typeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h249 enum BindType { enum