/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ThreadSafeModule.h | 61 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 D | DWARF.h | 34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
|
/llvm-project/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.h | 37 LLVMContext &getContext() { in getContext() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 139 const MCContext &getContext() const { getContext() function 142 MCContext &getContext() { getContext() function
|
/llvm-project/flang/include/flang/Optimizer/Dialect/Support/ |
H A D | KindMapping.h | 92 mlir::MLIRContext *getContext() const { return context; } in getContext() function
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.h | 61 LLVMContext &getContext() { return Ctx; } getContext() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | VectorBuilder.h | 68 LLVMContext &getContext() const { return Builder.getContext(); } getContext() function
|
/llvm-project/mlir/lib/IR/ |
H A D | Attributes.cpp | 37 MLIRContext *Attribute::getContext() const { return getDialect().getContext(); } in getContext() function in Attribute
|
H A D | IntegerSet.cpp | 57 MLIRContext *IntegerSet::getContext() const { in getContext() function in IntegerSet
|
H A D | Types.cpp | 35 MLIRContext *Type::getContext() const { return getDialect().getContext(); } in getContext() function in Type
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | Parser.h | 37 MLIRContext *getContext() const { return state.config.getContext(); } getContext() function
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 148 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 D | Location.h | 73 MLIRContext *getContext() const { return impl.getContext(); } getContext() function
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | ValueBoundsOpInterface.h | 140 MLIRContext *getContext() const { return map.getContext(); } in getContext() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpState.h |
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 139 CrashRecoveryContext *getContext() const { in getContext() function
|
/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
|
/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 69 LLVMContext &getContext() const { return Context; } in getContext() function
|
/llvm-project/mlir/include/mlir/Dialect/Transform/IR/ |
H A D | TransformDialect.h | 39 MLIRContext *getContext() const { return ctx; } in getContext() function
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | PassManager.h | 256 MLIRContext *getContext() const { return context; } in getContext() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 108 ASTContext &getContext() const { return Context; } getContext() function
|
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 39 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
|
/llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
H A D | MCDisassembler.h | 215 MCContext& getContext() const { return Ctx; } in getContext() function
|
/llvm-project/llvm/unittests/MC/ |
H A D | DwarfLineTables.cpp | 52 Context &getContext() { in getContext() function
|
/llvm-project/llvm/unittests/MC/X86/ |
H A D | X86MCDisassemblerTest.cpp | 56 Context &getContext() { in getContext() function
|