/netbsd-src/external/apache2/llvm/dist/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 153 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 167 const MCContext &getContext() const { in getContext() function 170 MCContext &getContext() { in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.h | 46 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 169 ASTContext &getContext() { return Context; } in getContext() function 170 const ASTContext &getContext() const { return Context; } in getContext() function
|
H A D | ProgramState.h | 506 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function 507 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
|
H A D | BasicValueFactory.h | 134 ASTContext &getContext() const { return Ctx; } in getContext() function
|
H A D | ExprEngine.h | 206 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 137 CrashRecoveryContext *getContext() const { in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 55 MCContext &getContext() { return getParser().getContext(); } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/ |
H A D | MCDisassembler.h | 186 MCContext& getContext() const { return Ctx; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 73 LLVMContext &getContext() const { return Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 116 ASTContext &getContext() const { return Context; } in getContext() function
|
H A D | CGCXXABI.h | 81 ASTContext &getContext() const { return CGM.getContext(); } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Metadata.h | 299 LLVMContext &getContext() const { return Context; } in getContext() function 386 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
|
H A D | Type.h | 128 LLVMContext &getContext() const { return Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 170 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon37a044190111::EmptyStatementsRemover
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | FoldingSet.h | 557 static const Ctx &getContext(const FoldingSetBase *Base) { in getContext() function 595 Ctx getContext() const { return Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/ |
H A D | LTOCodeGenerator.h | 191 LLVMContext &getContext() { return Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDag.h | 92 GIMatchDagContext &getContext() const { return Ctx; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTRecordReader.h | 56 ASTContext &getContext() { return Reader->getContext(); } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 278 MCContext &getContext() const { return Context; } in getContext() function
|
H A D | MCAssembler.h | 292 MCContext &getContext() const { return Context; } in getContext() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 32 LLVMContext &BasicBlock::getContext() const { in getContext() function in BasicBlock
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFUnit.h | 278 DWARFContext& getContext() const { return Context; } in getContext() function
|