Home
last modified time | relevance | path

Searched defs:getContext (Results 1 – 25 of 94) sorted by relevance

1234

/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } in getContext() function
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } in getContext() function
162 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/llvm-project/lld/include/lld/Common/
H A DDWARF.h34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.h37 LLVMContext &getContext() { in getContext() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h139 const MCContext &getContext() const { getContext() function
142 MCContext &getContext() { getContext() function
/llvm-project/flang/include/flang/Optimizer/Dialect/Support/
H A DKindMapping.h92 mlir::MLIRContext *getContext() const { return context; } in getContext() function
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h61 LLVMContext &getContext() { return Ctx; } getContext() function
/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h68 LLVMContext &getContext() const { return Builder.getContext(); } getContext() function
/llvm-project/mlir/lib/IR/
H A DAttributes.cpp37 MLIRContext *Attribute::getContext() const { return getDialect().getContext(); } in getContext() function in Attribute
H A DIntegerSet.cpp57 MLIRContext *IntegerSet::getContext() const { in getContext() function in IntegerSet
H A DTypes.cpp35 MLIRContext *Type::getContext() const { return getDialect().getContext(); } in getContext() function in Type
/llvm-project/mlir/lib/AsmParser/
H A DParser.h37 MLIRContext *getContext() const { return state.config.getContext(); } getContext() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h148 ASTContext &getContext() { return Context; } in getContext() function
149 const ASTContext &getContext() const { return Context; } in getContext() function
/llvm-project/mlir/include/mlir/IR/
H A DLocation.h73 MLIRContext *getContext() const { return impl.getContext(); } getContext() function
/llvm-project/mlir/include/mlir/Interfaces/
H A DValueBoundsOpInterface.h140 MLIRContext *getContext() const { return map.getContext(); } in getContext() function
/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h
/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h139 CrashRecoveryContext *getContext() const { in getContext() function
/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h69 LLVMContext &getContext() const { return Context; } in getContext() function
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/
H A DTransformDialect.h39 MLIRContext *getContext() const { return ctx; } in getContext() function
/llvm-project/mlir/include/mlir/Pass/
H A DPassManager.h256 MLIRContext *getContext() const { return context; } in getContext() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h108 ASTContext &getContext() const { return Context; } getContext() function
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h39 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h215 MCContext& getContext() const { return Ctx; } in getContext() function
/llvm-project/llvm/unittests/MC/
H A DDwarfLineTables.cpp52 Context &getContext() { in getContext() function
/llvm-project/llvm/unittests/MC/X86/
H A DX86MCDisassemblerTest.cpp56 Context &getContext() { in getContext() function

1234