Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp157 return LLVMTokenTypeInContext(Ctx); in Clone()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h1517 LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go696 func (c Context) TokenType() (t Type) { t.C = C.LLVMTokenTypeInContext(c.C); return }
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp829 LLVMTypeRef LLVMTokenTypeInContext(LLVMContextRef C) { in LLVMTokenTypeInContext() function