| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ | 
| H A D | ThreadSafeModule.h | 61   LLVMContext *getContext() { return S ? S->Ctx.get() : nullptr; }  in getContext()  function65   const LLVMContext *getContext() const { return S ? S->Ctx.get() : nullptr; }  in getContext()  function
 162   ThreadSafeContext getContext() const { return TSCtx; }  in getContext()  function
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ | 
| H A D | MachineModuleInfo.h | 147   const MCContext &getContext() const {  in getContext()  function150   MCContext &getContext() {  in getContext()  function
 
 | 
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ | 
| H A D | DWARF.h | 34   llvm::DWARFContext *getContext() { return dwarf.get(); }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ | 
| H A D | Use.h | 50   Context *getContext() const { return Ctx; }  in getContext()  function
 | 
| H A D | Tracker.h | 207   Context &getContext() const { return Ctx; }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ | 
| H A D | VectorBuilder.h | 73   LLVMContext &getContext() const { return Builder.getContext(); }  in getContext()  function
 | 
| H A D | Metadata.h | 400   LLVMContext &getContext() const { return Context; }  in getContext()  function492   LLVMContext &getContext() const { return V->getContext(); }  in getContext()  function
 
 | 
| H A D | Type.h | 129   LLVMContext &getContext() const { return Context; } in getContext()   function 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ | 
| H A D | VPlanAnalysis.h | 64   LLVMContext &getContext() { return Ctx; }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | 
| H A D | SValBuilder.h | 148   ASTContext &getContext() { return Context; }  in getContext()  function149   const ASTContext &getContext() const { return Context; }  in getContext()  function
 
 | 
| H A D | ProgramState.h | 548   ASTContext &getContext() { return svalBuilder->getContext(); }  in getContext()  function549   const ASTContext &getContext() const { return svalBuilder->getContext(); }  in getContext()  function
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ | 
| H A D | CrashRecoveryContext.h | 139   CrashRecoveryContext *getContext() const {  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ | 
| H A D | MCAsmParserExtension.h | 54   MCContext &getContext() { return getParser().getContext(); }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | 
| H A D | InterpState.h | 102   Context &getContext() const { return Ctx; }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ | 
| H A D | BugDriver.h | 70 LLVMContext &getContext() const { return Context; } getContext()  function 
 | 
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ | 
| H A D | CodeGenTypes.h | 103   ASTContext &getContext() const { return Context; }  in getContext()  function
 | 
| H A D | ABIInfo.cpp | 20 ASTContext &ABIInfo::getContext() const { return CGT.getContext(); }  in getContext()  function in ABIInfo
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/ | 
| H A D | MCDisassembler.h | 215   MCContext& getContext() const { return Ctx; }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/ | 
| H A D | AMDGPUTargetStreamer.h | 39   MCContext &getContext() const { return Streamer.getContext(); }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ | 
| H A D | MCAssembler.h | 182   MCContext &getContext() const { return Context; }  in getContext()  function
 | 
| /freebsd/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/contrib/llvm-project/clang/lib/ARCMigrate/ | 
| H A D | TransEmptyStatementsAndDealloc.cpp | 170   ASTContext &getContext() { return Pass.Ctx; }  in getContext()  function in __anone71d3c0e0111::EmptyStatementsRemover
 | 
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ | 
| H A D | ASTRecordReader.h | 59   ASTContext &getContext() { return Reader->getContext(); }  in getContext()  function
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ | 
| H A D | FoldingSet.h | 600   static const Ctx &getContext(const FoldingSetBase *Base) {  in getContext()  function638   Ctx getContext() const { return Context; }  in getContext()  function
 
 | 
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ | 
| H A D | GIMatchDag.h |  |