Lines Matching refs:LLVMContext
25 static ManagedStatic<LLVMContext> GlobalContext;
27 LLVMContext& llvm::getGlobalContext() { in getGlobalContext()
31 LLVMContext::LLVMContext() : pImpl(new LLVMContextImpl(*this)) { in LLVMContext() function in LLVMContext
67 LLVMContext::~LLVMContext() { delete pImpl; } in ~LLVMContext()
69 void LLVMContext::addModule(Module *M) { in addModule()
73 void LLVMContext::removeModule(Module *M) { in removeModule()
81 void LLVMContext::
90 LLVMContext::InlineAsmDiagHandlerTy
91 LLVMContext::getInlineAsmDiagnosticHandler() const { in getInlineAsmDiagnosticHandler()
97 void *LLVMContext::getInlineAsmDiagnosticContext() const { in getInlineAsmDiagnosticContext()
101 void LLVMContext::emitError(const Twine &ErrorStr) { in emitError()
105 void LLVMContext::emitError(const Instruction *I, const Twine &ErrorStr) { in emitError()
115 void LLVMContext::emitError(unsigned LocCookie, const Twine &ErrorStr) { in emitError()
152 unsigned LLVMContext::getMDKindID(StringRef Name) const { in getMDKindID()
163 void LLVMContext::getMDKindNames(SmallVectorImpl<StringRef> &Names) const { in getMDKindNames()