Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/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
153 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h167 const MCContext &getContext() const { in getContext() function
170 MCContext &getContext() { in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h46 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h169 ASTContext &getContext() { return Context; } in getContext() function
170 const ASTContext &getContext() const { return Context; } in getContext() function
H A DProgramState.h506 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
507 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
H A DBasicValueFactory.h134 ASTContext &getContext() const { return Ctx; } in getContext() function
H A DExprEngine.h206 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h137 CrashRecoveryContext *getContext() const { in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h55 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h186 MCContext& getContext() const { return Ctx; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h73 LLVMContext &getContext() const { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTypes.h116 ASTContext &getContext() const { return Context; } in getContext() function
H A DCGCXXABI.h81 ASTContext &getContext() const { return CGM.getContext(); } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMetadata.h299 LLVMContext &getContext() const { return Context; } in getContext() function
386 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
H A DType.h128 LLVMContext &getContext() const { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp170 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anonedb78b2f0111::EmptyStatementsRemover
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h557 static const Ctx &getContext(const FoldingSetBase *Base) { in getContext() function
595 Ctx getContext() const { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h191 LLVMContext &getContext() { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTRecordReader.h56 ASTContext &getContext() { return Reader->getContext(); } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h92 GIMatchDagContext &getContext() const { return Ctx; } in getContext() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCStreamer.h278 MCContext &getContext() const { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp32 LLVMContext &BasicBlock::getContext() const { in getContext() function in BasicBlock
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h278 DWARFContext& getContext() const { return Context; } in getContext() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp82 MCContext &getContext() { return getStreamer().getContext(); } in getContext() function in __anon1b24917d0111::X86WinCOFFTargetStreamer

12