Home
last modified time | relevance | path

Searched defs:GlobalContext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go360 func GlobalContext() Context { return Context{C.LLVMGetGlobalContext()} } func
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp75 static ManagedStatic<LLVMContext> GlobalContext; variable