Searched defs:getContext (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h35 MCContext &getContext() const { return Streamer.getContext(); } function in class:llvm::AMDGPUTargetStreamer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h117 MCContext& getContext() const { return Ctx; } function in class:llvm::MCDisassembler
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h61 LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; } function in class:llvm::orc::ThreadSafeContext
65 const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; } function in class:llvm::orc::ThreadSafeContext
156 ThreadSafeContext getContext() const { return TSCtx; } function in class:llvm::orc::ThreadSafeModule
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp170 ASTContext &getContext() { return Pass.Ctx; } function in class:__anon283::EmptyStatementsRemover
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h55 MCContext &getContext() { return getParser().getContext(); } function in class:llvm::MCAsmParserExtension
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h116 ASTContext &getContext() const { return Context; } function in class:clang::CodeGen::CodeGenTypes
H A DCGCXXABI.h80 ASTContext &getContext() const { return CGM.getContext(); } function in class:clang::CodeGen::CGCXXABI
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h73 LLVMContext &getContext() const { return Context; } function in class:llvm::BugDriver
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h134 ASTContext &getContext() const { return Ctx; } function in class:clang::ento::BasicValueFactory
H A DSValBuilder.h155 ASTContext &getContext() { return Context; } function in class:clang::ento::SValBuilder
156 const ASTContext &getContext() const { return Context; } function in class:clang::ento::SValBuilder
H A DExprEngine.h182 ASTContext &getContext() const { return AMgr.getASTContext(); } function in class:clang::ento::ExprEngine
H A DCoreEngine.h326 const NodeBuilderContext &getContext() { return C; } function in class:clang::ento::NodeBuilder
H A DSymbolManager.h543 ASTContext &getContext() { return Ctx; } function in class:clang::ento::SymbolManager
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h322 LLVMContext &getContext() const { return SE.getContext(); } function in class:llvm::SCEVExpander
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h161 const MCContext &getContext() const { return Context; } function in class:llvm::MachineModuleInfo
162 MCContext &getContext() { return Context; } function in class:llvm::MachineModuleInfo
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h188 LLVMContext &getContext() { return Context; } function in struct:llvm::LTOCodeGenerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h265 LLVMContext &getContext() { return Context; } function in class:llvm::final
H A DBasicBlock.cpp32 LLVMContext &BasicBlock::getContext() const { function in class:BasicBlock
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h69 MCContext &getContext() const { return *Ctx; } function in class:llvm::TargetLoweringObjectFile
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp82 MCContext &getContext() { return getStreamer().getContext(); } function in class:__anon2474::X86WinCOFFTargetStreamer
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h92 GIMatchDagContext &getContext() const { return Ctx; } function in class:llvm::GIMatchDag
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h130 LLVMContext &getContext() const { return Context; } function in class:llvm::Type
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h53 ASTContext &getContext() { return Reader->getContext(); } function in class:clang::ASTRecordReader
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h196 ASTContext &getContext() const { return SemaRef.Context; } function in class:clang::TypoCorrectionConsumer
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h549 Ctx getContext() const { return Context; } function in class:llvm::final

Completed in 264 milliseconds

123