HomeSort by relevance Sort by last modified time
    Searched defs:Ctx (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/include/llvm/MC/MCDisassembler/
MCRelocationInfo.h 35 MCContext &Ctx;
38 MCRelocationInfo(MCContext &Ctx);
MCSymbolizer.h 45 MCContext &Ctx;
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
51 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
  /external/llvm/lib/Target/AMDGPU/
AMDGPUMCInstLower.h 22 MCContext &Ctx;
26 AMDGPUMCInstLower(MCContext &ctx, const AMDGPUSubtarget &ST);
  /external/llvm/lib/Target/BPF/
BPFMCInstLower.h 28 MCContext &Ctx;
33 BPFMCInstLower(MCContext &ctx, AsmPrinter &printer)
34 : Ctx(ctx), Printer(printer) {}
  /external/llvm/lib/Target/Lanai/
LanaiMCInstLower.h 29 MCContext &Ctx;
34 LanaiMCInstLower(MCContext &CTX, Mangler &Mang, AsmPrinter &AP)
35 : Ctx(CTX), Printer(AP) {}
  /external/llvm/lib/Target/MSP430/
MSP430MCInstLower.h 28 MCContext &Ctx;
32 MSP430MCInstLower(MCContext &ctx, AsmPrinter &printer)
33 : Ctx(ctx), Printer(printer) {}
  /external/llvm/lib/Target/SystemZ/
SystemZMCInstLower.h 26 MCContext &Ctx;
30 SystemZMCInstLower(MCContext &ctx, SystemZAsmPrinter &asmPrinter);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.h 31 MCContext &Ctx;
40 WebAssemblyMCInstLower(MCContext &ctx, AsmPrinter &printer)
41 : Ctx(ctx), Printer(printer) {}
  /external/compiler-rt/test/tsan/
cond_race.cc 8 struct Ctx {
15 Ctx *c = (Ctx*)p;
26 Ctx *c = new Ctx();
  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.h 31 MCContext &Ctx;
36 AArch64MCInstLower(MCContext &ctx, AsmPrinter &printer);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCCodeEmitter.h 37 MCContext &Ctx;
45 : MCII(mcii), Ctx(Ctx_), IsLittleEndian(IsLittle) {}
  /external/llvm/lib/Target/Mips/
MipsMCInstLower.h 28 MCContext *Ctx;
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCAsmInfo.cpp 52 MCContext &Ctx = Streamer.getContext();
54 MCSymbolRefExpr::create(Sym, Ctx), Ctx);
65 MCContext &Ctx = Streamer.getContext();
67 MCSymbolRefExpr::create(Sym, Ctx), Ctx);
  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.cpp 36 MCContext &Ctx = getContext();
38 MCSymbolRefExpr::create(SSym, Ctx), Ctx);
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.h 27 MCContext *Ctx;
  /external/llvm/unittests/IR/
AsmWriterTest.cpp 24 LLVMContext Ctx;
25 auto Ty = Type::getInt32Ty(Ctx);
29 "", MDNode::get(Ctx, {ConstantAsMetadata::get(ConstantInt::get(Ty, 1))}));
  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.h 68 LLVMContext *Ctx;
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeMCInstLower.h 30 MCContext &Ctx;
35 MBlazeMCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/
MSP430MCInstLower.h 30 MCContext &Ctx;
35 MSP430MCInstLower(MCContext &ctx, Mangler &mang, AsmPrinter &printer)
36 : Ctx(ctx), Mang(mang), Printer(printer) {}
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsMCInstLower.h 30 MCContext &Ctx;
  /external/clang/lib/CodeGen/
CGOpenCLRuntime.cpp 36 llvm::LLVMContext& Ctx = CGM.getLLVMContext();
46 llvm::StructType::create(Ctx, "opencl." #ImgType "_" #Suffix "_t"), \
50 return llvm::IntegerType::get(Ctx, 32);
53 Ctx, "opencl.event_t"), 0);
56 llvm::StructType::create(Ctx, "opencl.clk_event_t"), 0);
59 llvm::StructType::create(Ctx, "opencl.queue_t"), 0);
62 llvm::StructType::create(Ctx, "opencl.ndrange_t"), 0);
65 llvm::StructType::create(Ctx, "opencl.reserve_id_t"), 0);
  /external/llvm/include/llvm/Transforms/Scalar/
Float2Int.h 48 LLVMContext *Ctx;
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLoweringObjectFile.h 36 MCContext *Ctx;
42 MCContext &getContext() const { return *Ctx; }
44 TargetLoweringObjectFile() : MCObjectFileInfo(), Ctx(0) {}
51 virtual void Initialize(MCContext &ctx, const TargetMachine &TM);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.h 31 MCContext &Ctx;
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 51 ASTContext &Ctx = Pass.Ctx;
52 Expr::isModifiableLvalueResult IsLV = E->isModifiableLvalue(Ctx, &Loc);
77 assignCheck.TraverseDecl(pass.Ctx.getTranslationUnitDecl());

Completed in 455 milliseconds

1 2 3 4 5 6 7 8 910