Searched refs:getGlobalContext (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/
H A DLinkAllIR.h46 (void)new llvm::Module("", llvm::getGlobalContext());
47 (void)new llvm::UnreachableInst(llvm::getGlobalContext());
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp25 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h110 /// getGlobalContext - Returns a global context. This is for LLVM clients that
112 extern LLVMContext &getGlobalContext();
/freebsd-10.3-release/contrib/llvm/lib/Target/
H A DTarget.cpp84 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext()));
88 return wrap(unwrap(TD)->getIntPtrType(getGlobalContext(), AS));
/freebsd-10.3-release/contrib/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp58 if (MDNode *N = DL.getInlinedAt(getGlobalContext())) {
119 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp66 Value(Type::getInt8PtrTy(getGlobalContext()),
/freebsd-10.3-release/contrib/llvm/tools/llvm-as/
H A Dllvm-as.cpp90 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DLLVMContext.cpp27 LLVMContext& llvm::getGlobalContext() { function in class:llvm
H A DCore.cpp77 return wrap(&getGlobalContext());
97 return wrap(new Module(ModuleID, getGlobalContext()));
/freebsd-10.3-release/contrib/llvm/tools/llvm-link/
H A Dllvm-link.cpp74 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A Dbugpoint.cpp141 LLVMContext& Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/tools/llc/
H A Dllc.cpp171 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/tools/lli/
H A Dlli.cpp279 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp97 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp63 : Context(getGlobalContext()), Linker(new Module("ld-temp.o", Context)),
H A DLTOModule.cpp84 std::string Triple = getBitcodeTargetTriple(buffer, getGlobalContext());
134 OwningPtr<Module> m(getLazyBitcodeModule(buffer, getGlobalContext(),
/freebsd-10.3-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp572 LLVMContext &Context = getGlobalContext();
/freebsd-10.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp690 OwningPtr<Module> M(new Module("/tmp/autogen.bc", getGlobalContext()));
/freebsd-10.3-release/contrib/llvm/tools/opt/
H A Dopt.cpp587 LLVMContext &Context = getGlobalContext();

Completed in 273 milliseconds