Home
last modified time | relevance | path

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

123

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h147 const MCContext &getContext() const { in getContext() function
150 MCContext &getContext() { in getContext() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DUse.h50 Context *getContext() const { return Ctx; } in getContext() function
H A DTracker.h207 Context &getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h73 LLVMContext &getContext() const { return Builder.getContext(); } in getContext() function
H A DMetadata.h400 LLVMContext &getContext() const { return Context; } in getContext() function
492 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
H A DType.h129 LLVMContext &getContext() const { return Context; } in getContext() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h64 LLVMContext &getContext() { return Ctx; } in getContext() function
/freebsd/contrib/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
H A DProgramState.h548 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
549 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h139 CrashRecoveryContext *getContext() const { in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h102 Context &getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h70 LLVMContext &getContext() const { return Context; } getContext() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h103 ASTContext &getContext() const { return Context; } in getContext() function
H A DABIInfo.cpp20 ASTContext &ABIInfo::getContext() const { return CGT.getContext(); } in getContext() function in ABIInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h215 MCContext& getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h39 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h182 MCContext &getContext() const { return Context; } in getContext() function
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h99 const ocsd_pe_context &getContext() const { return context; }; in getContext() function
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp170 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anone71d3c0e0111::EmptyStatementsRemover
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h59 ASTContext &getContext() { return Reader->getContext(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h600 static const Ctx &getContext(const FoldingSetBase *Base) { in getContext() function
638 Ctx getContext() const { return Context; } in getContext() function

123