Home
last modified time | relevance | path

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

12345678910>>...28

/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp39 signed_width(unsigned Width,uint64_t Value,std::string Description,const MCFixup & Fixup,MCContext * Ctx=nullptr) signed_width() argument
59 unsigned_width(unsigned Width,uint64_t Value,std::string Description,const MCFixup & Fixup,MCContext * Ctx=nullptr) unsigned_width() argument
78 adjustBranch(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) adjustBranch() argument
89 adjustRelativeBranch(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) adjustRelativeBranch() argument
105 fixup_call(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_call() argument
121 fixup_7_pcrel(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_7_pcrel() argument
135 fixup_13_pcrel(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_13_pcrel() argument
148 fixup_6(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_6() argument
160 fixup_6_adiw(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_6_adiw() argument
171 fixup_port5(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_port5() argument
184 fixup_port6(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_port6() argument
195 fixup_lds_sts_16(const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup_lds_sts_16() argument
213 fixup(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) fixup() argument
223 lo8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) lo8() argument
229 hi8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) hi8() argument
235 hh8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) hh8() argument
241 ms8(unsigned Size,const MCFixup & Fixup,uint64_t & Value,MCContext * Ctx=nullptr) ms8() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp81 readUint8(WasmObjectFile::ReadContext & Ctx) readUint8() argument
87 readUint32(WasmObjectFile::ReadContext & Ctx) readUint32() argument
95 readFloat32(WasmObjectFile::ReadContext & Ctx) readFloat32() argument
104 readFloat64(WasmObjectFile::ReadContext & Ctx) readFloat64() argument
113 readULEB128(WasmObjectFile::ReadContext & Ctx) readULEB128() argument
123 readString(WasmObjectFile::ReadContext & Ctx) readString() argument
133 readLEB128(WasmObjectFile::ReadContext & Ctx) readLEB128() argument
143 readVaruint1(WasmObjectFile::ReadContext & Ctx) readVaruint1() argument
150 readVarint32(WasmObjectFile::ReadContext & Ctx) readVarint32() argument
157 readVaruint32(WasmObjectFile::ReadContext & Ctx) readVaruint32() argument
164 readVarint64(WasmObjectFile::ReadContext & Ctx) readVarint64() argument
168 readVaruint64(WasmObjectFile::ReadContext & Ctx) readVaruint64() argument
172 readOpcode(WasmObjectFile::ReadContext & Ctx) readOpcode() argument
177 readInitExpr(wasm::WasmInitExpr & Expr,WasmObjectFile::ReadContext & Ctx) readInitExpr() argument
250 readLimits(WasmObjectFile::ReadContext & Ctx) readLimits() argument
259 readTableType(WasmObjectFile::ReadContext & Ctx) readTableType() argument
266 readSection(WasmSection & Section,WasmObjectFile::ReadContext & Ctx,WasmSectionOrderChecker & Checker) readSection() argument
316 ReadContext Ctx; WasmObjectFile() local
348 ReadContext Ctx; parseSection() local
387 parseDylinkSection(ReadContext & Ctx) parseDylinkSection() argument
406 parseDylink0Section(ReadContext & Ctx) parseDylink0Section() argument
465 parseNameSection(ReadContext & Ctx) parseNameSection() argument
531 parseLinkingSection(ReadContext & Ctx) parseLinkingSection() argument
600 parseLinkingSectionSymtab(ReadContext & Ctx) parseLinkingSectionSymtab() argument
815 parseLinkingSectionComdat(ReadContext & Ctx) parseLinkingSectionComdat() argument
871 parseProducersSection(ReadContext & Ctx) parseProducersSection() argument
912 parseTargetFeaturesSection(ReadContext & Ctx) parseTargetFeaturesSection() argument
942 parseRelocSection(StringRef Name,ReadContext & Ctx) parseRelocSection() argument
1080 parseCustomSection(WasmSection & Sec,ReadContext & Ctx) parseCustomSection() argument
1106 parseTypeSection(ReadContext & Ctx) parseTypeSection() argument
1135 parseImportSection(ReadContext & Ctx) parseImportSection() argument
1194 parseFunctionSection(ReadContext & Ctx) parseFunctionSection() argument
1213 parseTableSection(ReadContext & Ctx) parseTableSection() argument
1235 parseMemorySection(ReadContext & Ctx) parseMemorySection() argument
1250 parseTagSection(ReadContext & Ctx) parseTagSection() argument
1275 parseGlobalSection(ReadContext & Ctx) parseGlobalSection() argument
1294 parseExportSection(ReadContext & Ctx) parseExportSection() argument
1451 parseStartSection(ReadContext & Ctx) parseStartSection() argument
1459 parseCodeSection(ReadContext & Ctx) parseCodeSection() argument
1505 parseElemSection(ReadContext & Ctx) parseElemSection() argument
1572 parseDataSection(ReadContext & Ctx) parseDataSection() argument
1614 parseDataCountSection(ReadContext & Ctx) parseDataCountSection() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.h47 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16() argument
51 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16() argument
55 static const ARMMCExpr *createUpper8_15(const MCExpr *Expr, MCContext &Ctx) { in createUpper8_15() argument
59 static const ARMMCExpr *createUpper0_7(const MCExpr *Expr, MCContext &Ctx) { in createUpper0_7() argument
63 static const ARMMCExpr *createLower8_15(const MCExpr *Expr, MCContext &Ctx) { in createLower8_15() argument
67 createLower0_7(const MCExpr * Expr,MCContext & Ctx) createLower0_7() argument
[all...]
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp56 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName() argument
94 getFullyQualifiedTemplateArgument(const ASTContext & Ctx,TemplateArgument & Arg,bool WithGlobalNsPrefix) getFullyQualifiedTemplateArgument() argument
120 getFullyQualifiedTemplateType(const ASTContext & Ctx,const Type * TypePtr,bool WithGlobalNsPrefix) getFullyQualifiedTemplateType() argument
188 createOuterNNS(const ASTContext & Ctx,const Decl * D,bool FullyQualify,bool WithGlobalNsPrefix) createOuterNNS() argument
214 getFullyQualifiedNestedNameSpecifier(const ASTContext & Ctx,NestedNameSpecifier * Scope,bool WithGlobalNsPrefix) getFullyQualifiedNestedNameSpecifier() argument
267 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Decl * Decl,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
319 createNestedNameSpecifierForScopeOf(const ASTContext & Ctx,const Type * TypePtr,bool FullyQualified,bool WithGlobalNsPrefix) createNestedNameSpecifierForScopeOf() argument
341 createNestedNameSpecifier(const ASTContext & Ctx,const NamespaceDecl * Namespace,bool WithGlobalNsPrefix) createNestedNameSpecifier() argument
357 createNestedNameSpecifier(const ASTContext & Ctx,const TypeDecl * TD,bool FullyQualify,bool WithGlobalNsPrefix) createNestedNameSpecifier() argument
378 getFullyQualifiedType(QualType QT,const ASTContext & Ctx,bool WithGlobalNsPrefix) getFullyQualifiedType() argument
482 getFullyQualifiedName(QualType QT,const ASTContext & Ctx,const PrintingPolicy & Policy,bool WithGlobalNsPrefix) getFullyQualifiedName() argument
[all...]
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl() argument
108 ClassifyInternal(ASTContext & Ctx,const Expr * E) ClassifyInternal() argument
460 ClassifyDecl(ASTContext & Ctx,const Decl * D) ClassifyDecl() argument
493 ClassifyUnnamed(ASTContext & Ctx,QualType T) ClassifyUnnamed() argument
510 ClassifyMemberExpr(ASTContext & Ctx,const MemberExpr * E) ClassifyMemberExpr() argument
572 ClassifyBinaryOp(ASTContext & Ctx,const BinaryOperator * E) ClassifyBinaryOp() argument
607 ClassifyConditional(ASTContext & Ctx,const Expr * True,const Expr * False) ClassifyConditional() argument
639 IsModifiable(ASTContext & Ctx,const Expr * E,Cl::Kinds Kind,SourceLocation & Loc) IsModifiable() argument
712 isModifiableLvalue(ASTContext & Ctx,SourceLocation * Loc) const isModifiableLvalue() argument
[all...]
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-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h
/freebsd-src/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-src/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(); createPartialUnrollMetadata() local
146 LLVMContext &Ctx = Header->getContext(); createUnrollAndJamMetadata() local
214 LLVMContext &Ctx = Header->getContext(); createLoopVectorizeMetadata() local
332 LLVMContext &Ctx = Header->getContext(); createLoopDistributeMetadata() local
382 LLVMContext &Ctx = Header->getContext(); createFullUnrollMetadata() local
431 LLVMContext &Ctx = Header->getContext(); createMetadata() local
492 LLVMContext &Ctx = Header->getContext(); LoopInfo() local
520 LLVMContext &Ctx = Header->getContext(); finish() local
605 push(BasicBlock * Header,clang::ASTContext & Ctx,const clang::CodeGenOptions & CGOpts,ArrayRef<const clang::Attr * > Attrs,const llvm::DebugLoc & StartLoc,const llvm::DebugLoc & EndLoc,bool MustProgress) push() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp123 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
175 translateAttrExpr(const Expr * AttrExp,CallingContext * Ctx) translateAttrExpr() argument
234 translate(const Stmt * S,CallingContext * Ctx) translate() argument
309 translateDeclRefExpr(const DeclRefExpr * DRE,CallingContext * Ctx) translateDeclRefExpr() argument
344 translateCXXThisExpr(const CXXThisExpr * TE,CallingContext * Ctx) translateCXXThisExpr() argument
392 translateMemberExpr(const MemberExpr * ME,CallingContext * Ctx) translateMemberExpr() argument
407 translateObjCIVarRefExpr(const ObjCIvarRefExpr * IVRE,CallingContext * Ctx) translateObjCIVarRefExpr() argument
420 translateCallExpr(const CallExpr * CE,CallingContext * Ctx,const Expr * SelfE) translateCallExpr() argument
447 translateCXXMemberCallExpr(const CXXMemberCallExpr * ME,CallingContext * Ctx) translateCXXMemberCallExpr() argument
462 translateCXXOperatorCallExpr(const CXXOperatorCallExpr * OCE,CallingContext * Ctx) translateCXXOperatorCallExpr() argument
476 translateUnaryOperator(const UnaryOperator * UO,CallingContext * Ctx) translateUnaryOperator() argument
526 translateBinOp(til::TIL_BinaryOpcode Op,const BinaryOperator * BO,CallingContext * Ctx,bool Reverse) translateBinOp() argument
537 translateBinAssign(til::TIL_BinaryOpcode Op,const BinaryOperator * BO,CallingContext * Ctx,bool Assign) translateBinAssign() argument
562 translateBinaryOperator(const BinaryOperator * BO,CallingContext * Ctx) translateBinaryOperator() argument
608 translateCastExpr(const CastExpr * CE,CallingContext * Ctx) translateCastExpr() argument
642 translateArraySubscriptExpr(const ArraySubscriptExpr * E,CallingContext * Ctx) translateArraySubscriptExpr() argument
650 translateAbstractConditionalOperator(const AbstractConditionalOperator * CO,CallingContext * Ctx) translateAbstractConditionalOperator() argument
658 translateDeclStmt(const DeclStmt * S,CallingContext * Ctx) translateDeclStmt() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h389 create(const MCSymbol * Symbol,MCContext & Ctx) create() argument
529 createAdd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAdd() argument
534 createAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAnd() argument
539 createDiv(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createDiv() argument
544 createEQ(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createEQ() argument
549 createGT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGT() argument
554 createGTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createGTE() argument
559 createLAnd(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLAnd() argument
564 createLOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLOr() argument
569 createLT(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLT() argument
574 createLTE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLTE() argument
579 createMod(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMod() argument
584 createMul(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createMul() argument
589 createNE(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createNE() argument
594 createOr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createOr() argument
599 createShl(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createShl() argument
604 createAShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createAShr() argument
609 createLShr(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createLShr() argument
614 createSub(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createSub() argument
619 createXor(const MCExpr * LHS,const MCExpr * RHS,MCContext & Ctx) createXor() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32() argument
97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs64() argument
103 static unsigned getRelocType64(MCContext &Ctx, SMLoc Loc, in getRelocType64() argument
233 getRelocType32(MCContext & Ctx,SMLoc Loc,MCSymbolRefExpr::VariantKind Modifier,X86_32RelType Type,bool IsPCRel,MCFixupKind Kind) getRelocType32() argument
326 getRelocType(MCContext & Ctx,const MCValue & Target,const MCFixup & Fixup,bool IsPCRel) const getRelocType() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Analysis/
H A DSelectorExtras.h17 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector() argument
27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp186 static MDNode *createMIBNode(LLVMContext &Ctx, in buildMIBNodes() argument
66 buildCallstackMetadata(ArrayRef<uint64_t> CallStack,LLVMContext & Ctx) buildCallstackMetadata() argument
114 addAllocTypeAttribute(LLVMContext & Ctx,CallBase * CI,AllocationType AllocType) addAllocTypeAttribute() argument
173 createMIBNode(LLVMContext & Ctx,std::vector<uint64_t> & MIBCallStack,AllocationType AllocType) createMIBNode() argument
238 auto &Ctx = CI->getContext(); buildAndAttachMIBMetadata() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp42 MCContext &Ctx; member in __anon168caf6d0111::WebAssemblyMCCodeEmitter
53 WebAssemblyMCCodeEmitter(const MCInstrInfo &MCII, MCContext &Ctx) in WebAssemblyMCCodeEmitter()
59 MCContext &Ctx) { in createWebAssemblyMCCodeEmitter()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.h45 MCContext &Ctx) { in createConstantBFPHalf() argument
50 MCContext &Ctx) { in createConstantFPHalf() argument
55 MCContext &Ctx) { in createConstantFPSingle() argument
60 MCContext &Ctx) { in createConstantFPDouble() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h49 return create(VK_PPC_LO, Expr, Ctx); in createLo() argument
53 return create(VK_PPC_HI, Expr, Ctx); in createHi() argument
57 return create(VK_PPC_HA, Expr, Ctx); in createHa() argument
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp51 MCContext &Ctx = Streamer.getContext(); in getExprForPersonalitySymbol() local
64 MCContext &Ctx = Streamer.getContext(); in getExprForFDESymbol() local

12345678910>>...28