| /openbsd-src/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/ |
| H A D | AVRAsmBackend.cpp | 39 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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 70 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() 76 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() 84 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() 93 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() 102 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() 112 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString() 122 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128() 132 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1() 139 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32() 146 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 37 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() 488 static Cl::Kinds ClassifyUnnamed(ASTContext &Ctx, QualType T) { in ClassifyUnnamed() 505 static Cl::Kinds ClassifyMemberExpr(ASTContext &Ctx, const MemberExpr *E) { in ClassifyMemberExpr() 562 static Cl::Kinds ClassifyBinaryOp(ASTContext &Ctx, const BinaryOperator *E) { in ClassifyBinaryOp() 597 static Cl::Kinds ClassifyConditional(ASTContext &Ctx, const Expr *True, in ClassifyConditional() 629 static Cl::ModifiableType IsModifiable(ASTContext &Ctx, const Expr *E, in IsModifiable() 702 Expr::isModifiableLvalue(ASTContext &Ctx, SourceLocation *Loc) const { in isModifiableLvalue()
|
| H A D | QualTypeNames.cpp | 56 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 D | RecordLayout.cpp | 21 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()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 26 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 483 LLVMContext &Ctx = Header->getContext(); in LoopInfo() local 511 LLVMContext &Ctx = Header->getContext(); in finish() local [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | ThreadSafetyCommon.cpp | 127 CallingContext Ctx(nullptr, D); in translateAttrExpr() local 173 CallingContext *Ctx) { in translateAttrExpr() 232 til::SExpr *SExprBuilder::translate(const Stmt *S, CallingContext *Ctx) { in translate() 307 CallingContext *Ctx) { in translateDeclRefExpr() 336 CallingContext *Ctx) { in translateCXXThisExpr() 384 CallingContext *Ctx) { in translateMemberExpr() 399 CallingContext *Ctx) { in translateObjCIVarRefExpr() 412 CallingContext *Ctx, in translateCallExpr() 439 const CXXMemberCallExpr *ME, CallingContext *Ctx) { in translateCXXMemberCallExpr() 454 const CXXOperatorCallExpr *OCE, CallingContext *Ctx) { in translateCXXOperatorCallExpr() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
| H A D | ByteCodeExprGen.h | 48 Context &Ctx; variable 55 ByteCodeExprGen(Context &Ctx, Program &P, Tys &&... Args) in ByteCodeExprGen() 259 VariableScope(ByteCodeExprGen<Emitter> *Ctx) in VariableScope() 300 LocalScope(ByteCodeExprGen<Emitter> *Ctx) : VariableScope<Emitter>(Ctx) {} in LocalScope() 327 BlockScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in BlockScope() 338 ExprScope(ByteCodeExprGen<Emitter> *Ctx) : LocalScope<Emitter>(Ctx) {} in ExprScope() 348 ArrayIndexScope(ByteCodeExprGen<Emitter> *Ctx, uint64_t Index) : Ctx(Ctx) { in ArrayIndexScope()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 323 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 …]
|
| H A D | SMTConstraintManager.h | 46 ASTContext &Ctx = getBasicVals().getContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 68 ASTContext &Ctx = getBasicVals().getContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 84 ASTContext &Ctx = getBasicVals().getContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 114 ASTContext &Ctx = BVF.getContext(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCExpr.h | 386 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() 526 MCContext &Ctx) { in createAdd() 531 MCContext &Ctx) { in createAnd() 536 MCContext &Ctx) { in createDiv() 541 MCContext &Ctx) { in createEQ() 546 MCContext &Ctx) { in createGT() 551 MCContext &Ctx) { in createGTE() 556 MCContext &Ctx) { in createLAnd() 561 MCContext &Ctx) { in createLOr() 566 MCContext &Ctx) { in createLT() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPIChecker.h | 35 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86ELFObjectWriter.cpp | 91 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() 249 static unsigned getRelocType32(MCContext &Ctx, in getRelocType32() 329 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | MemoryProfileInfo.cpp | 45 LLVMContext &Ctx) { in buildCallstackMetadata() 87 static void addAllocTypeAttribute(LLVMContext &Ctx, CallBase *CI, in addAllocTypeAttribute() 146 static MDNode *createMIBNode(LLVMContext &Ctx, in createMIBNode() 159 bool CallStackTrie::buildMIBNodes(CallStackTrieNode *Node, LLVMContext &Ctx, in buildMIBNodes() 211 auto &Ctx = CI->getContext(); in buildAndAttachMIBMetadata() local
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | Win64EHDumper.cpp | 159 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 39 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
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| H A D | GIMatchDagPredicate.cpp | 27 GIMatchDagContext &Ctx, StringRef Name, const CodeGenInstruction &Instr) in GIMatchDagOpcodePredicate() 37 GIMatchDagContext &Ctx, StringRef Name) in GIMatchDagOneOfOpcodesPredicate() 51 GIMatchDagSameMOPredicate::GIMatchDagSameMOPredicate(GIMatchDagContext &Ctx, in GIMatchDagSameMOPredicate()
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 22 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
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | COFF_x86_64.cpp | 41 COFFJITLinker_x86_64(std::unique_ptr<JITLinkContext> Ctx, in COFFJITLinker_x86_64() 191 Error lowerCOFFRelocationEdges(LinkGraph &G, JITLinkContext &Ctx) { in lowerCOFFRelocationEdges() 242 JITLinkContext &Ctx) { in getImageBaseAddress() 275 Error lowerEdges_COFF_x86_64(LinkGraph &G, JITLinkContext *Ctx) { in lowerEdges_COFF_x86_64() 323 std::unique_ptr<JITLinkContext> Ctx) { in link_COFF_x86_64()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCExpr.h | 49 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/DirectX/ |
| H A D | DXILMetadata.cpp | 28 auto &Ctx = Entry->getParent()->getContext(); in update() local 74 LLVMContext &Ctx = M.getContext(); in createShaderModelMD() local 205 LLVMContext &Ctx; member in __anon9a2d1e310111::EntryMD 235 LLVMContext &Ctx) { in emitEmptyEntryForLib() 246 LLVMContext &Ctx) { in emitDxilEntryPointTuple() 266 auto &Ctx = M.getContext(); in createEntryMD() local
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
| H A D | ThreadSafetyTIL.h | 406 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 466 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 494 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 515 template <class V> typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 577 typename V::R_SExpr Literal::traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 646 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 685 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 740 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 780 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() 815 typename V::R_SExpr traverse(V &Vs, typename V::R_Ctx Ctx) { in traverse() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | SelectorExtras.h | 17 static inline Selector getKeywordSelector(ASTContext &Ctx, in getKeywordSelector() 27 static inline void lazyInitKeywordSelector(Selector &Sel, ASTContext &Ctx, in lazyInitKeywordSelector()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A D | MCRelocationInfo.cpp | 15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo() 28 MCContext &Ctx) { in createMCRelocationInfo()
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/ |
| H A D | OrcV2CBindingsVeryLazy.c | 70 LLVMErrorRef applyDataLayout(void *Ctx, LLVMModuleRef M) { in applyDataLayout() 82 LLVMContextRef Ctx = LLVMOrcThreadSafeContextGetContext(TSCtx); in parseExampleModule() local 108 void Destroy(void *Ctx) {} in Destroy() 110 void Materialize(void *Ctx, LLVMOrcMaterializationResponsibilityRef MR) { in Materialize()
|