Searched defs:Ctx (Results 151 - 175 of 523) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp183 MCContext &Ctx = OutContext; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp102 LLVMContext &Ctx = BB->getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp39 ARCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutionUtils.h202 void *Ctx; member in struct:llvm::orc::ItaniumCXAAtExitSupport::AtExitRecord
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h60 ASTContext &Ctx; member in class:clang::ento::StoreManager
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DComputeDependence.cpp436 ExprDependence clang::computeDependence(DeclRefExpr *E, const ASTContext &Ctx) { argument
40 computeDependence(UnaryOperator *E, const ASTContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h76 LLVMContext &Ctx = Fn.getContext(); variable
102 LLVMContext &Ctx = Fn.getContext(); variable
128 LLVMContext &Ctx = Fn.getContext(); variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineDebugify.cpp48 LLVMContext &Ctx = M.getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h106 MCDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx) argument
166 MCContext &Ctx; member in class:llvm::MCDisassembler
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h152 LLVMContext *Ctx; member in class:llvm::ConstantHoistingPass
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCTargetDesc.cpp84 createLanaiElfRelocation(const Triple &TheTriple, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCExpr.cpp30 create(const MCExpr *Expr, VariantKind Kind, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYAsmBackend.cpp54 adjustFixupValue(const MCFixup &Fixup, uint64_t Value, MCContext &Ctx) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCCodeEmitter.cpp75 createBPFMCCodeEmitter(const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) argument
81 createBPFbeMCCodeEmitter(const MCInstrInfo &MCII, const MCRegisterInfo &MRI, MCContext &Ctx) argument
H A DBPFMCTargetDesc.cpp52 static MCStreamer *createBPFMCStreamer(const Triple &T, MCContext &Ctx, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCPseudoProbe.cpp182 MCContext &Ctx = MCOS->getContext(); local
200 MCContext &Ctx = MCOS->getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h191 AMDGPUSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> &&RelInfo, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp38 adjustFixupValue(const MCFixup &Fixup, uint64_t Value, MCContext &Ctx) argument
249 MCContext &Ctx = Asm.getContext(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTDC.cpp107 auto &Ctx = M.getContext(); local
359 auto &Ctx = M.getContext(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp54 WebAssemblyDisassembler(const MCSubtargetInfo &STI, MCContext &Ctx, argument
60 createWebAssemblyDisassembler(const Target &T, const MCSubtargetInfo &STI, MCContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { argument
97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { argument
103 static unsigned getRelocType64(MCContext &Ctx, SMLoc Loc, argument
246 getRelocType32(MCContext &Ctx, MCSymbolRefExpr::VariantKind Modifier, X86_32RelType Type, bool IsPCRel, MCFixupKind Kind) argument
326 getRelocType(MCContext &Ctx, const MCValue &Target, const MCFixup &Fixup, bool IsPCRel) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp104 LLVMContext &Ctx = M.getContext(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 findPropertyBackingIvar(const ObjCPropertyDecl *PD, const ObjCInterfaceDecl *InterD, ASTContext &Ctx) argument
H A DTrustNonnullChecker.cpp57 TrustNonnullChecker(ASTContext &Ctx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/examples/SpeculativeJIT/
H A DSpeculativeJIT.cpp171 auto Ctx = std::make_unique<LLVMContext>(); local

Completed in 317 milliseconds

1234567891011>>