Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h139 const MCContext &getContext() const { getContext() function
142 MCContext &getContext() { getContext() function
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h56 LLVMContext &getContext() { return Ctx; } getContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorBuilder.h68 LLVMContext &getContext() const { return Builder.getContext(); } getContext() function
H A DMetadata.h400 LLVMContext &getContext() const { return Context; } in getContext() function
492 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
[all...]
H A DType.h129 LLVMContext &getContext() const { return Context; } in getContext() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h144 ASTContext &getContext() { return Context; } getContext() function
145 const ASTContext &getContext() const { return Context; } getContext() function
H A DProgramState.h546 ASTContext &getContext() { return svalBuilder->getContext(); } getContext() function
547 const ASTContext &getContext() const { return svalBuilder->getContext(); } getContext() function
H A DBasicValueFactory.h141 ASTContext &getContext() const { return Ctx; } in getContext() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h95 Context &getContext() const { return Ctx; } getContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h139 CrashRecoveryContext *getContext() const { in getContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h69 LLVMContext &getContext() const { return Context; } in getContext() function
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h108 ASTContext &getContext() const { return Context; } getContext() function
H A DABIInfo.cpp20 ASTContext &ABIInfo::getContext() const { return CGT.getContext(); } in getContext() function in ABIInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h216 MCContext& getContext() const { return Ctx; } getContext() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h42 MCContext &getContext() const { return Streamer.getContext(); } getContext() function
/freebsd-src/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h99 const ocsd_pe_context &getContext() const { return context; }; in getContext() function
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp170 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon764e90600111::EmptyStatementsRemover
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp358 LLVMContext &DPValue::getContext() { return getBlock()->getContext(); } getContext() function in llvm::DPValue
360 const LLVMContext &DPValue::getContext() const { getContext() function in llvm::DPValue
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h58 ASTContext &getContext() { return Reader->getContext(); } getContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h585 static const Ctx &getContext(const FoldingSetBase *Base) { getContext() function
623 Ctx getContext() const { return Context; } getContext() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h194 LLVMContext &getContext() { return Context; } getContext() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h201 ASTContext &getContext() const { return SemaRef.Context; } getContext() function

123