Home
last modified time | relevance | path

Searched defs:Ctx (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZELFObjectWriter.cpp45 static unsigned getAbsoluteReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getAbsoluteReloc()
71 static unsigned getPCRelReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPCRelReloc()
97 static unsigned getTLSLEReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLEReloc()
107 static unsigned getTLSLDOReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDOReloc()
117 static unsigned getTLSLDMReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSLDMReloc()
128 static unsigned getTLSGDReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getTLSGDReloc()
139 static unsigned getPLTReloc(MCContext &Ctx, SMLoc Loc, unsigned Kind) { in getPLTReloc()
150 unsigned SystemZELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp39 MCContext *Ctx = nullptr) { in signed_width()
78 MCContext *Ctx = nullptr) { in adjustBranch()
105 MCContext *Ctx = nullptr) { in fixup_call()
148 MCContext *Ctx = nullptr) { in fixup_6()
171 MCContext *Ctx = nullptr) { in fixup_port5()
184 MCContext *Ctx = nullptr) { in fixup_port6()
213 MCContext *Ctx = nullptr) { in fixup()
223 MCContext *Ctx = nullptr) { in lo8()
229 MCContext *Ctx = nullptr) { in hi8()
235 MCContext *Ctx = nullptr) { in hh8()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp81 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
87 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
95 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
104 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
133 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
172 static uint8_t readOpcode(WasmObjectFile::ReadContext &Ctx) { in readOpcode()
177 WasmObjectFile::ReadContext &Ctx) { in readInitExpr()
316 ReadContext Ctx; in WasmObjectFile() local
348 ReadContext Ctx; in parseSection() local
465 Error WasmObjectFile::parseNameSection(ReadContext &Ctx) { in parseNameSection()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h47 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16()
51 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16()
55 static const ARMMCExpr *createUpper8_15(const MCExpr *Expr, MCContext &Ctx) { in createUpper8_15()
59 static const ARMMCExpr *createUpper0_7(const MCExpr *Expr, MCContext &Ctx) { in createUpper0_7()
63 static const ARMMCExpr *createLower8_15(const MCExpr *Expr, MCContext &Ctx) { in createLower8_15()
67 static const ARMMCExpr *createLower0_7(const MCExpr *Expr, MCContext &Ctx) { in createLower0_7()
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp56 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
94 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
120 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
188 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
214 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
267 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
319 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
341 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
357 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
378 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[all …]
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
108 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
460 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
493 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
510 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
572 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
607 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
639 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
712 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
H A DRecordLayout.cpp21 void ASTRecordLayout::Destroy(ASTContext &Ctx) { in Destroy()
30 ASTRecordLayout::ASTRecordLayout(const ASTContext &Ctx, CharUnits size, in ASTRecordLayout()
46 const ASTContext &Ctx, CharUnits size, CharUnits alignment, in ASTRecordLayout()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h50 Context &Ctx; variable
57 ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args) in ByteCodeExprGen()
332 VariableScope(ByteCodeExprGen<Emitter> *Ctx) in VariableScope()
370 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope()
431 AutoScope(ByteCodeExprGen<Emitter> *Ctx) in AutoScope()
441 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : AutoScope<Emitter>(Ctx) {} in BlockScope()
455 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : AutoScope<Emitter>(Ctx) {} in ExprScope()
465 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope()
479 SourceLocScope(ByteCodeExprGen<Emitter> *Ctx, const Expr *DefaultExpr) in SourceLocScope()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.h35 void checkPreCall(const CallEvent &CE, CheckerContext &Ctx) const { in checkPreCall()
41 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &Ctx) const { in checkDeadSymbols()
46 void dynamicInit(CheckerContext &Ctx) const { in dynamicInit()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp26 LLVMContext &Ctx = Header->getContext(); in createLoopPropertiesMetadata() local
39 LLVMContext &Ctx = Header->getContext(); in createPipeliningMetadata() local
84 LLVMContext &Ctx = Header->getContext(); in createPartialUnrollMetadata() local
146 LLVMContext &Ctx = Header->getContext(); in createUnrollAndJamMetadata() local
214 LLVMContext &Ctx = Header->getContext(); in createLoopVectorizeMetadata() local
332 LLVMContext &Ctx = Header->getContext(); in createLoopDistributeMetadata() local
382 LLVMContext &Ctx = Header->getContext(); in createFullUnrollMetadata() local
431 LLVMContext &Ctx = Header->getContext(); in createMetadata() local
492 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local
520 LLVMContext &Ctx = Header->getContext(); in finish() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp123 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
175 CallingContext *Ctx) { in translateAttrExpr()
309 CallingContext *Ctx) { in translateDeclRefExpr()
392 CallingContext *Ctx) { in translateMemberExpr()
420 CallingContext *Ctx, in translateCallExpr()
447 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
462 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
537 CallingContext *Ctx, in translateBinAssign()
608 CallingContext *Ctx) { in translateCastExpr()
642 CallingContext *Ctx) { in translateArraySubscriptExpr()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h323 fromData(llvm::SMTSolverRef &Solver, ASTContext &Ctx, const SymbolData *Sym) { in fromData()
336 ASTContext &Ctx, in getCastExpr()
346 getBinExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, in getBinExpr()
382 ASTContext &Ctx, in getSymBinExpr()
423 ASTContext &Ctx, SymbolRef Sym, in getSymExpr()
502 ASTContext &Ctx, in getZeroExpr()
532 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, in getRangeExpr()
571 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType()
578 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
596 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h529 MCContext &Ctx) { in createAdd()
534 MCContext &Ctx) { in createAnd()
539 MCContext &Ctx) { in createDiv()
544 MCContext &Ctx) { in createEQ()
549 MCContext &Ctx) { in createGT()
554 MCContext &Ctx) { in createGTE()
564 MCContext &Ctx) { in createLOr()
569 MCContext &Ctx) { in createLT()
574 MCContext &Ctx) { in createLTE()
589 MCContext &Ctx) { in createNE()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32()
97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs64()
103 static unsigned getRelocType64(MCContext &Ctx, SMLoc Loc, in getRelocType64()
233 static unsigned getRelocType32(MCContext &Ctx, SMLoc Loc, in getRelocType32()
326 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h17 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector()
27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp66 LLVMContext &Ctx) { in buildCallstackMetadata()
114 static void addAllocTypeAttribute(LLVMContext &Ctx, CallBase *CI, in addAllocTypeAttribute()
173 static MDNode *createMIBNode(LLVMContext &Ctx, in createMIBNode()
186 bool CallStackTrie::buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx, in buildMIBNodes()
238 auto &Ctx = CI->getContext(); in buildAndAttachMIBMetadata() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp42 MCContext &Ctx; member in __anon32d66c510111::WebAssemblyMCCodeEmitter
53 WebAssemblyMCCodeEmitter(const MCInstrInfo &MCII, MCContext &Ctx) in WebAssemblyMCCodeEmitter()
59 MCContext &Ctx) { in createWebAssemblyMCCodeEmitter()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h45 MCContext &Ctx) { in createConstantBFPHalf()
50 MCContext &Ctx) { in createConstantFPHalf()
55 MCContext &Ctx) { in createConstantFPSingle()
60 MCContext &Ctx) { in createConstantFPDouble()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp39 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() local
61 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() local
80 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() local
107 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h49 static const PPCMCExpr *createLo(const MCExpr *Expr, MCContext &Ctx) { in createLo()
53 static const PPCMCExpr *createHi(const MCExpr *Expr, MCContext &Ctx) { in createHi()
57 static const PPCMCExpr *createHa(const MCExpr *Expr, MCContext &Ctx) { in createHa()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp159 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
205 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
241 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
314 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
358 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
392 void Dumper::printData(const Context &Ctx) { in printData()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubCommon.cpp22 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output()
26 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input()
48 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in output() local
95 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input() local
191 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp18 void SparcELFTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
40 MCContext &Ctx = getContext(); in getTTypeGlobalReference() local

12345678910>>...28