Home
last modified time | relevance | path

Searched defs:getTypeID (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h65 unsigned getTypeID(unsigned ValNo) const { in getTypeID() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h137 TypeID getTypeID() const { return ID; } in getTypeID() function
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h165 unsigned getTypeID(Type *T) const { in getTypeID() function
H A DDXILBitcodeWriter.cpp514 unsigned DXILBitcodeWriter::getTypeID(Type *T, const Value *V) { in getTypeID() function in DXILBitcodeWriter
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h166 unsigned getTypeID(Type *T) const { in getTypeID() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h103 uint16_t getTypeID() const { return TypeID; } in getTypeID() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp82 static char getTypeID(Type *Ty) { in getTypeID() function