Home
last modified time | relevance | path

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

12345678910>>...24

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp39 MCContext *Ctx = nullptr) { in signed_width()
59 MCContext *Ctx = nullptr) { in unsigned_width()
78 MCContext *Ctx = nullptr) { in adjustBranch()
89 uint64_t &Value, MCContext *Ctx = nullptr) { in adjustRelativeBranch()
105 MCContext *Ctx = nullptr) { in fixup_call()
121 MCContext *Ctx = nullptr) { in fixup_7_pcrel()
135 MCContext *Ctx = nullptr) { in fixup_13_pcrel()
148 MCContext *Ctx = nullptr) { in fixup_6()
160 MCContext *Ctx = nullptr) { in fixup_6_adiw()
171 MCContext *Ctx = nullptr) { in fixup_port5()
[all …]
H A DAVRMCCodeEmitter.h39 AVRMCCodeEmitter(const MCInstrInfo &MCII, MCContext &Ctx) in AVRMCCodeEmitter()
109 MCContext &Ctx; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWasmObjectFile.cpp72 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8()
78 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32()
86 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32()
95 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64()
104 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128()
114 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString()
124 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128()
134 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1()
141 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32()
148 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp37 Cl Expr::ClassifyImpl(ASTContext &Ctx, SourceLocation *Loc) const { in ClassifyImpl()
102 static Cl::Kinds ClassifyInternal(ASTContext &Ctx, const Expr *E) { in ClassifyInternal()
443 static Cl::Kinds ClassifyDecl(ASTContext &Ctx, const Decl *D) { in ClassifyDecl()
474 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed()
491 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr()
548 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp()
583 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional()
615 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable()
688 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
H A DQualTypeNames.cpp56 static bool getFullyQualifiedTemplateName(const ASTContext &Ctx, in getFullyQualifiedTemplateName()
90 static bool getFullyQualifiedTemplateArgument(const ASTContext &Ctx, in getFullyQualifiedTemplateArgument()
116 static const Type *getFullyQualifiedTemplateType(const ASTContext &Ctx, in getFullyQualifiedTemplateType()
186 static NestedNameSpecifier *createOuterNNS(const ASTContext &Ctx, const Decl *D, in createOuterNNS()
212 const ASTContext &Ctx, NestedNameSpecifier *Scope, in getFullyQualifiedNestedNameSpecifier()
265 const ASTContext &Ctx, const Decl *Decl, in createNestedNameSpecifierForScopeOf()
317 const ASTContext &Ctx, const Type *TypePtr, in createNestedNameSpecifierForScopeOf()
339 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
355 NestedNameSpecifier *createNestedNameSpecifier(const ASTContext &Ctx, in createNestedNameSpecifier()
368 QualType getFullyQualifiedType(QualType QT, const ASTContext &Ctx, in getFullyQualifiedType()
[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()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp25 LLVMContext &Ctx = Header->getContext(); in createLoopPropertiesMetadata() local
38 LLVMContext &Ctx = Header->getContext(); in createPipeliningMetadata() local
83 LLVMContext &Ctx = Header->getContext(); in createPartialUnrollMetadata() local
145 LLVMContext &Ctx = Header->getContext(); in createUnrollAndJamMetadata() local
213 LLVMContext &Ctx = Header->getContext(); in createLoopVectorizeMetadata() local
331 LLVMContext &Ctx = Header->getContext(); in createLoopDistributeMetadata() local
381 LLVMContext &Ctx = Header->getContext(); in createFullUnrollMetadata() local
430 LLVMContext &Ctx = Header->getContext(); in createMetadata() local
482 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local
510 LLVMContext &Ctx = Header->getContext(); in finish() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyCommon.cpp103 CallingContext Ctx(nullptr, D); in translateAttrExpr() local
152 CallingContext *Ctx) { in translateAttrExpr()
198 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate()
273 CallingContext *Ctx) { in translateDeclRefExpr()
302 CallingContext *Ctx) { in translateCXXThisExpr()
346 CallingContext *Ctx) { in translateMemberExpr()
361 CallingContext *Ctx) { in translateObjCIVarRefExpr()
374 CallingContext *Ctx, in translateCallExpr()
401 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr()
416 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h59 Context &Ctx; variable
66 ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args) in ByteCodeExprGen()
267 VariableScope(ByteCodeExprGen<Emitter> *Ctx) in VariableScope()
273 ByteCodeExprGen<Emitter> *Ctx; variable
284 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope()
311 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope()
322 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in ExprScope()
/netbsd-src/external/apache2/llvm/dist/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()
478 ASTContext &Ctx, in getZeroExpr()
508 getRangeExpr(llvm::SMTSolverRef &Solver, ASTContext &Ctx, SymbolRef Sym, in getRangeExpr()
547 static inline QualType getAPSIntType(ASTContext &Ctx, in getAPSIntType()
554 fixAPSInt(ASTContext &Ctx, const llvm::APSInt &Int) { in fixAPSInt()
572 ASTContext &Ctx, llvm::SMTExprRef &LHS, in doTypeConversion()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h384 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create()
524 MCContext &Ctx) { in createAdd()
529 MCContext &Ctx) { in createAnd()
534 MCContext &Ctx) { in createDiv()
539 MCContext &Ctx) { in createEQ()
544 MCContext &Ctx) { in createGT()
549 MCContext &Ctx) { in createGTE()
554 MCContext &Ctx) { in createLAnd()
559 MCContext &Ctx) { in createLOr()
564 MCContext &Ctx) { in createLT()
[all …]
/netbsd-src/external/apache2/llvm/dist/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()
246 static unsigned getRelocType32(MCContext &Ctx, in getRelocType32()
326 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMLModelRunner.h33 MLModelRunner(LLVMContext &Ctx) : Ctx(Ctx) {} in MLModelRunner()
35 LLVMContext &Ctx; variable
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DMCRelocationInfo.cpp15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo()
28 MCContext &Ctx) { in createMCRelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDagPredicate.cpp27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate()
37 GIMatchDagContext &Ctx, StringRef Name) in GIMatchDagOneOfOpcodesPredicate()
51 GIMatchDagSameMOPredicate::GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, in GIMatchDagSameMOPredicate()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp128 static std::string formatSymbol(const Dumper::Context &Ctx, in formatSymbol()
167 static std::error_code resolveRelocation(const Dumper::Context &Ctx, in resolveRelocation()
203 void Dumper::printRuntimeFunctionEntry(const Context &Ctx, in printRuntimeFunctionEntry()
275 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, in printUnwindInfo()
319 void Dumper::printRuntimeFunction(const Context &Ctx, in printRuntimeFunction()
353 void Dumper::printData(const Context &Ctx) { in printData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachORelocationInfo.cpp21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo()
40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp40 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() local
62 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() local
81 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() local
108 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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
190 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcTargetObjectFile.cpp18 void SparcELFTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
40 MCContext &Ctx = getContext(); in getTTypeGlobalReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp52 MCContext &Ctx = Streamer.getContext(); in getExprForPersonalitySymbol() local
65 MCContext &Ctx = Streamer.getContext(); in getExprForFDESymbol() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp126 DebugObject(JITLinkContext &Ctx, ExecutionSession &ES) : Ctx(Ctx), ES(ES) {} in DebugObject()
150 JITLinkContext &Ctx; member in llvm::orc::DebugObject
211 JITLinkContext &Ctx, ExecutionSession &ES) in ELFDebugObject()
247 ELFDebugObject::CreateArchType(MemoryBufferRef Buffer, JITLinkContext &Ctx, in CreateArchType()
295 ELFDebugObject::Create(MemoryBufferRef Buffer, JITLinkContext &Ctx, in Create()
318 ELFDebugObject::finalizeWorkingMemory(JITLinkContext &Ctx) { in finalizeWorkingMemory()
379 JITLinkContext &Ctx, MemoryBufferRef ObjBuffer) { in createDebugObjectFromBuffer()
398 MaterializationResponsibility &MR, LinkGraph &G, JITLinkContext &Ctx, in notifyMaterializing()

12345678910>>...24