/freebsd-src/contrib/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
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 139 const MCContext &getContext() const { getContext() function 142 MCContext &getContext() { getContext() function
|
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/ |
H A D | DWARF.h | 34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanAnalysis.h | 56 LLVMContext &getContext() { return Ctx; } getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VectorBuilder.h | 68 LLVMContext &getContext() const { return Builder.getContext(); } getContext() function
|
H A D | Metadata.h | 400 LLVMContext &getContext() const { return Context; } in getContext() function 492 LLVMContext &getContext() const { return V->getContext(); } in getContext() function [all...] |
H A D | Type.h | 129 LLVMContext &getContext() const { return Context; } in getContext() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 144 ASTContext &getContext() { return Context; } getContext() function 145 const ASTContext &getContext() const { return Context; } getContext() function
|
H A D | ProgramState.h | 546 ASTContext &getContext() { return svalBuilder->getContext(); } getContext() function 547 const ASTContext &getContext() const { return svalBuilder->getContext(); } getContext() function
|
H A D | BasicValueFactory.h | 141 ASTContext &getContext() const { return Ctx; } in getContext() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpState.h | 95 Context &getContext() const { return Ctx; } getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 139 CrashRecoveryContext *getContext() const { in getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 69 LLVMContext &getContext() const { return Context; } in getContext() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 108 ASTContext &getContext() const { return Context; } getContext() function
|
H A D | ABIInfo.cpp | 20 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 D | MCDisassembler.h | 216 MCContext& getContext() const { return Ctx; } getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 42 MCContext &getContext() const { return Streamer.getContext(); } getContext() function
|
/freebsd-src/contrib/opencsd/decoder/include/common/ |
H A D | trc_gen_elem.h | 99 const ocsd_pe_context &getContext() const { return context; }; in getContext() function
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 170 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon764e90600111::EmptyStatementsRemover
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 358 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 D | ASTRecordReader.h | 58 ASTContext &getContext() { return Reader->getContext(); } getContext() function
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 585 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 D | LTOCodeGenerator.h | 194 LLVMContext &getContext() { return Context; } getContext() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 201 ASTContext &getContext() const { return SemaRef.Context; } getContext() function
|