Home
last modified time | relevance | path

Searched refs:LLVMBinaryType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DObject.h56 } LLVMBinaryType; typedef
102 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DObject.cpp89 LLVMBinaryType LLVMBinaryGetType(LLVMBinaryRef BR) { in LLVMBinaryGetType()
92 static LLVMBinaryType mapBinaryTypeToLLVMBinaryType(unsigned Kind) { in LLVMBinaryGetType()