Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCDisassembler.h103 MCContext& getContext() const { return Ctx; } in getContext() function
H A DMCStreamer.h227 MCContext &getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfo.h404 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 DType.h125 LLVMContext &getContext() const { return Context; } in getContext() function
H A DMetadata.h222 LLVMContext &getContext() const { return V->getContext(); } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h54 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h121 ASTContext &getContext() { return Context; } in getContext() function
122 const ASTContext &getContext() const { return Context; } in getContext() function
H A DBasicValueFactory.h88 ASTContext &getContext() const { return Ctx; } in getContext() function
H A DExprEngine.h123 ASTContext &getContext() const { return AMgr.getASTContext(); } in getContext() function
H A DProgramState.h480 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 DCrashRecoveryContext.h121 CrashRecoveryContext *getContext() const { in getContext() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLoweringObjectFile.h45 MCContext &getContext() const { return *Ctx; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/
H A DBugDriver.h73 LLVMContext& getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h200 const MCContext &getContext() const { return Context; } in getContext() function
201 MCContext &getContext() { return Context; } in getContext() function
H A DCallingConvLower.h266 LLVMContext &getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCallingConvLower.h63 LLVMContext &getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LTO/
H A DLTOCodeGenerator.h122 LLVMContext &getContext() { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCXXABI.h74 ASTContext &getContext() const { return CGM.getContext(); } in getContext() function
H A DCodeGenTypes.h171 ASTContext &getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp174 ASTContext &getContext() { return Pass.Ctx; } in getContext() function in __anon2018ce810111::EmptyStatementsRemover
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFUnit.h149 DWARFContext& getContext() const { return Context; } in getContext() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp36 LLVMContext &BasicBlock::getContext() const { in getContext() function in BasicBlock
H A DAttributeImpl.h223 LLVMContext &getContext() { return Context; } in getContext() function
H A DValue.cpp614 LLVMContext &Value::getContext() const { return VTy->getContext(); } in getContext() function in Value
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSemaInternal.h201 ASTContext &getContext() const { return SemaRef.Context; } in getContext() function

12