Searched refs:getContext (Results 76 - 100 of 708) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430ELFStreamer.cpp41 MCSection *AttributeSection = getStreamer().getContext().getELFSection(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCELFStreamer.cpp39 MCELFStreamer::EmitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp44 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/true);
117 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
137 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
163 VTTBuilder Builder(CGM.getContext(), RD, /*GenerateDefinition=*/false);
H A DCGDeclCXX.cpp32 (D.hasLocalStorage() && CGF.getContext().getLangOpts().OpenCLCPlusPlus)) &&
78 QualType::DestructionKind DtorKind = D.needsDestruction(CGF.getContext());
121 if (CGF.getContext().getLangOpts().OpenCL) {
125 CGM.getContext().getTargetAddressSpace(DestAS));
153 Addr, CGF.getContext().getTypeSizeInChars(D.getType()));
196 unsigned ExpectedAddrSpace = getContext().getTargetAddressSpace(T);
204 ConstantAddress DeclAddr(DeclPtr, getContext().getDeclAlign(&D));
248 CGM.getContext().VoidTy, fn, FI, FunctionArgList());
488 getContext().GetGVALinkageForVariable(D) == GVA_DiscardableODR) {
648 getContext()
[all...]
H A DCGDecl.cpp242 unsigned TargetAS = getContext().getTargetAddressSpace(AS);
254 getModule(), LTy, Ty.isConstant(getContext()), Linkage, Init, Name,
256 GV->setAlignment(getContext().getDeclAlign(&D).getAsAlign());
272 LTy->getPointerTo(getContext().getTargetAddressSpace(ExpectedAS)));
348 CGM.getContext().getTargetAddressSpace(D.getType()));
370 if (D.needsDestruction(getContext()) == QualType::DK_cxx_destructor &&
387 CharUnits alignment = getContext().getDeclAlign(&D);
553 DeclRefExpr DRE(CGF.getContext(), const_cast<VarDecl *>(&Var), false,
571 DeclRefExpr DRE(CGF.getContext(), const_cast<VarDecl *>(&Var), false,
589 CGF.getContext()
[all...]
H A DCodeGenFunction.cpp65 Builder(cgm, cgm.getModule().getContext(), llvm::ConstantFolder(),
175 return getContext().toCharUnitsFromBits(Align);
193 Alignment = getContext().getTypeAlignInChars(T);
202 !getContext().isAlignmentRequired(T))
213 return LValue::MakeAddr(Address(V, Alignment), T, getContext(), BaseInfo,
789 if (matchesStlAllocatorFn(D, getContext()))
867 getContext().getFunctionTypeWithExceptionSpec(FD->getType(),
885 auto Nullability = FnRetTy->getNullability(getContext());
944 QualType FnType = getContext().getFunctionType(
992 if (getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DThreadSafeModule.cpp57 parseBitcodeFile(ClonedModuleBufferRef, *NewTSCtx.getContext()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordReader.h42 : DataStreamBasicReader(Reader.getContext()), Reader(&Reader), F(&F) {}
53 ASTContext &getContext() { return Reader->getContext(); } function in class:clang::ASTRecordReader
236 Arg = getContext().getCanonicalTemplateArgument(Arg);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h117 MCContext& getContext() const { return Ctx; } function in class:llvm::MCDisassembler
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DResetMachineFunctionPass.cpp72 F.getContext().diagnose(DiagFallback);
H A DCFGuardLongjmp.cpp112 MCSymbol *SjSymbol = MF.getContext().getOrCreateSymbol(SymbolName);
H A DWasmEHPrepare.cpp145 IRBuilder<> IRB(M.getContext());
176 IRBuilder<> IRB(F.getContext());
205 IRBuilder<> IRB(F.getContext());
279 IRBuilder<> IRB(BB->getContext());
H A DSjLjEHPrepare.cpp86 Type *VoidPtrTy = Type::getInt8PtrTy(M.getContext());
87 Type *Int32Ty = Type::getInt32Ty(M.getContext());
107 Type *Int32Ty = Type::getInt32Ty(I->getContext());
116 ConstantInt::get(Type::getInt32Ty(I->getContext()), Number);
193 Type *Int32Ty = Type::getInt32Ty(F.getContext());
247 Value *TrueValue = ConstantInt::getTrue(F.getContext());
421 ConstantInt::get(Type::getInt32Ty(F.getContext()), I + 1);
476 "_Unwind_SjLj_Register", Type::getVoidTy(M.getContext()),
479 "_Unwind_SjLj_Unregister", Type::getVoidTy(M.getContext()),
483 {Type::getInt8PtrTy(M.getContext(),
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp312 MCSymbolRefExpr::create(TM.getSymbol(GV), getContext());
329 MCSymbol *PCSym = getContext().createTempSymbol();
331 const MCExpr *PC = MCSymbolRefExpr::create(PCSym, getContext());
332 return MCBinaryExpr::createSub(Sym, PC, getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp69 LLVMContext &Ctx = M.getContext();
120 LLVMContext &Ctx = M.getContext();
127 BasicBlock::Create(M.getContext(), "order_file_entry", &F, OrigEntry);
131 BasicBlock::Create(M.getContext(), "order_file_set", &F, OrigEntry);
H A DBoundsChecking.cpp92 ? ConstantInt::getFalse(Ptr->getContext())
97 ? ConstantInt::getFalse(Ptr->getContext())
148 ObjectSizeOffsetEvaluator ObjSizeEval(DL, &TLI, F.getContext(), EvalOpts);
186 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
H A DPoisonChecking.cpp229 return ConstantInt::getFalse(V->getContext());
235 return ConstantInt::getFalse(V->getContext());
246 Type::getVoidTy(M->getContext()),
247 Type::getInt1Ty(M->getContext()));
258 auto * const Int1Ty = Type::getInt1Ty(F.getContext());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp61 CI->replaceAllUsesWith(ConstantInt::getTrue(CI->getContext()));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h80 return NB.getContext().blockCount();
84 return Eng.getContext();
88 return Eng.getContext().getLangOpts();
128 return NB.getContext().getBlock()->getBlockID();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp118 getContext().getELFSection(".sdata", ELF::SHT_PROGBITS,
122 getContext().getELFSection(".sbss", ELF::SHT_NOBITS,
182 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
185 return getContext().getELFSection(GO->getSection(), ELF::SHT_PROGBITS,
371 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS,
386 return getContext().getELFSection(Name.str(), ELF::SHT_NOBITS,
415 return getContext().getELFSection(Name.str(), ELF::SHT_PROGBITS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp150 Asm.getContext().reportError(Fixup.getLoc(),
164 Asm.getContext().reportError(Fixup.getLoc(),
179 Asm.getContext().reportError(Fixup.getLoc(),
265 Asm.getContext().reportError(Fixup.getLoc(),
278 Asm.getContext().reportError(Fixup.getLoc(),
294 Asm.getContext().reportError(Fixup.getLoc(),
389 Asm.getContext().reportError(Fixup.getLoc(),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp283 : Type(Result->getContext(), FunctionTyID) {
303 LLVMContextImpl *pImpl = ReturnType->getContext().pImpl;
387 ContainedTys = Elements.copy(getContext().pImpl->Alloc).data();
393 StringMap<StructType *> &SymbolTable = getContext().pImpl->NamedStructTypes;
414 getContext().pImpl->NamedStructTypes.insert(std::make_pair(Name, this));
425 TmpStream << getContext().pImpl->NamedStructTypesUniqueID++;
427 IterBool = getContext().pImpl->NamedStructTypes.insert(
471 return create(Elements[0]->getContext(), Elements, Name, isPacked);
477 return create(Elements[0]->getContext(), Elements, StringRef());
529 return getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp779 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
859 const MCObjectFileInfo &OFI = *MCA.getContext().getObjectFileInfo();
984 MCContext &Context = MCA.getContext();
1088 MCContext &Context = getStreamer().getAssembler().getContext();
1130 MCSymbol *GP_Disp = MCA.getContext().getOrCreateSymbol(SymName);
1139 MCA.getContext()),
1140 MCA.getContext());
1152 MCA.getContext()),
1153 MCA.getContext());
1217 MCSymbol *GPSym = MCA.getContext()
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp151 LLVMContext &Ctx = M.getContext();
487 IntegerType *Int32Ty = Type::getInt32Ty(ArgType->getContext());
501 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
506 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
509 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));
512 IType = dyn_cast<Type>(Type::getInt16Ty(ArgType->getContext()));
518 IType = dyn_cast<Type>(Type::getInt64Ty(ArgType->getContext()));
521 IType = dyn_cast<Type>(Type::getInt32Ty(ArgType->getContext()));
588 M.getContext().emitError(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp471 const MCRegisterInfo *RI = getContext().getRegisterInfo();
472 HexagonMCChecker Check(getContext(), MII, getSTI(), MCB, *RI);
475 getContext(), MCB,
538 MCConstantExpr::create(Value, getContext()), getContext())));
637 MCInst *SubInst = new (getParser().getContext()) MCInst;
645 getParser().getContext(), MII, MCB, *SubInst);
686 MCConstantExpr::create(8192 + Res, getContext()), getContext());
738 MCSymbol *Sym = getContext()
[all...]

Completed in 320 milliseconds

1234567891011>>