/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCDisassembler.h | 103 MCContext& getContext() const { return Ctx; } in getContext() function
|
H A D | MCStreamer.h | 227 MCContext &getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 404 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function 623 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(2); } in getContext() function 682 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function 696 DIScope getContext() const { in getContext() function 717 DIScope getContext() const { return getFieldAs<DIScope>(2); } in getContext() function 731 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function 750 DIScopeRef getContext() const { return getFieldAs<DIScopeRef>(1); } in getContext() function 775 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function 806 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function 982 DIScope getContext() const { return getFieldAs<DIScope>(1); } in getContext() function
|
H A D | Type.h | 125 LLVMContext &getContext() const { return Context; } in getContext() function
|
H A D | Metadata.h | 222 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCAsmParserExtension.h | 54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SValBuilder.h | 121 ASTContext &getContext() { return Context; } in getContext() function 122 const ASTContext &getContext() const { return Context; } in getContext() function
|
H A D | BasicValueFactory.h | 88 ASTContext &getContext() const { return Ctx; } in getContext() function
|
H A D | ExprEngine.h | 123 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext() function
|
H A D | ProgramState.h | 480 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function 481 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 121 CrashRecoveryContext *getContext() const { in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetLoweringObjectFile.h | 45 MCContext &getContext() const { return *Ctx; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 73 LLVMContext& getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 200 const MCContext &getContext() const { return Context; } in getContext() function 201 MCContext &getContext() { return Context; } in getContext() function
|
H A D | CallingConvLower.h | 266 LLVMContext &getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCallingConvLower.h | 63 LLVMContext &getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/ |
H A D | LTOCodeGenerator.h | 122 LLVMContext &getContext() { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCXXABI.h | 74 ASTContext &getContext() const { return CGM.getContext(); } in getContext() function
|
H A D | CodeGenTypes.h | 171 ASTContext &getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransEmptyStatementsAndDealloc.cpp | 174 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon2018ce810111::EmptyStatementsRemover
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DWARFUnit.h | 149 DWARFContext& getContext() const { return Context; } in getContext() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 36 LLVMContext &BasicBlock::getContext() const { in getContext() function in BasicBlock
|
H A D | AttributeImpl.h | 223 LLVMContext &getContext() { return Context; } in getContext() function
|
H A D | Value.cpp | 614 LLVMContext &Value::getContext() const { return VTy->getContext(); } in getContext() function in Value
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function
|