Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp23 MCContext &MCObjectWriter::getContext() const { return Asm->getContext(); } in getContext() function in MCObjectWriter
57 MCContext &MCObjectTargetWriter::getContext() const { in getContext() function in MCObjectTargetWriter
H A DMCAsmBackend.cpp28 MCContext &MCAsmBackend::getContext() const { return Asm->getContext(); } in getContext() function in MCAsmBackend
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h127 const MCContext &getContext() const { in getContext() function
130 MCContext &getContext() { in getContext() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DDWARF.h34 llvm::DWARFContext *getContext() { return dwarf.get(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFCFIChecker/
H A DDWARFCFIFunctionFrameReceiver.h38 MCContext &getContext() const { return Context; } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DModule.h40 Context &getContext() const { return Ctx; } in getContext() function
H A DUse.h58 Context *getContext() const { return Ctx; } in getContext() function
H A DBasicBlock.h99 Context &getContext() const { return Ctx; } in getContext() function
H A DRegion.h148 Context &getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanAnalysis.h70 LLVMContext &getContext() { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h149 ASTContext &getContext() { return Context; } in getContext() function
150 const ASTContext &getContext() const { return Context; } in getContext() function
H A DProgramState.h541 ASTContext &getContext() { return svalBuilder->getContext(); } in getContext() function
542 const ASTContext &getContext() const { return svalBuilder->getContext(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DOrcError.cpp107 const std::optional<std::string> &DuplicateDefinition::getContext() const { in getContext() function in llvm::orc::DuplicateDefinition
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h146 ThreadSafeContext getContext() const { return TSCtx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h144 CrashRecoveryContext *getContext() const { in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserExtension.h55 MCContext &getContext() { return getParser().getContext(); } in getContext() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h70 LLVMContext &getContext() const { return Context; } getContext() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h103 ASTContext &getContext() const { return Context; } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h310 MCContext &getContext() const { return Context; } in getContext() function
1125 inline MCContext &MCTargetStreamer::getContext() { in getContext() function
H A DMCAssembler.h179 MCContext &getContext() const { return Context; } in getContext() function
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h99 const ocsd_pe_context &getContext() const { return context; }; in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h228 MCContext& getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h39 MCContext &getContext() const { return Streamer.getContext(); } in getContext() function
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.h117 Context &getContext() const { return Ctx; } in getContext() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h407 LLVMContext &getContext() const { return Context; } in getContext() function
499 LLVMContext &getContext() const { return V->getContext(); } in getContext() function

123