Home
last modified time | relevance | path

Searched refs:llvmCtx (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.h66 llvm::LLVMContext &llvmCtx; variable
H A DDebugTranslation.cpp28 : builder(llvmModule), llvmCtx(llvmModule.getContext()), in DebugTranslation()
152 llvmLoc = llvm::DILocation::get(llvmCtx, fileLoc.getLine(), in translateLoc()
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp83 llvmCtx = std::make_unique<llvm::LLVMContext>(); in beginSourceFileAction()
89 llvmModule = llvm::parseIRFile(getCurrentInput().getFile(), err, *llvmCtx); in beginSourceFileAction()
529 *mlirModule, *llvmCtx, moduleName ? *moduleName : "FIRModule"); in generateLLVMIR()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendActions.h217 std::unique_ptr<llvm::LLVMContext> llvmCtx; variable
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp3465 llvm::LLVMContext llvmCtx; in runOnOperation() local
3467 getModule(), llvmCtx, optName ? *optName : "FIRModule")) { in runOnOperation()