Searched refs:getFlags (Results 1 - 25 of 195) sorted by relevance

12345678

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.h26 Flags *getFlags();
H A Dscudo_flags.cpp22 static Flags ScudoFlags; // Use via getFlags().
57 Flags *f = getFlags();
126 Flags *getFlags() { function in namespace:__scudo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp60 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift);
119 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift);
149 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift);
162 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift);
172 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift);
177 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift);
181 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift);
186 return getFlags() & (0x1 << ELF_IsSignature_Shift);
190 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift);
195 return getFlags()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolMachO.h66 return getFlags() & SF_NoDeadStrip;
73 return getFlags() & SF_WeakReference;
80 return getFlags() & SF_WeakDefinition;
87 return getFlags() & SF_SymbolResolver;
98 return getFlags() & SF_AltEntry;
103 bool isCold() const { return getFlags() & SF_Cold; }
114 uint16_t Flags = getFlags();
H A DMCSymbolCOFF.h41 return (getFlags() & SF_ClassMask) >> SF_ClassShift;
48 return getFlags() & SF_WeakExternal;
55 return getFlags() & SF_SafeSEH;
H A DMCSymbolWasm.h51 return getFlags() & wasm::WASM_SYMBOL_EXPORTED;
58 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP;
H A DMCSectionELF.h71 unsigned getFlags() const { return Flags; } function in class:llvm::final
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h219 /// getFlags - Return the flags for this scope.
220 unsigned getFlags() const { return Flags; } function in class:clang::Scope
350 bool isFunctionScope() const { return (getFlags() & Scope::FnScope); }
354 return (getFlags() & Scope::ClassScope);
372 if (S->getFlags() & ObjCMethodScope)
383 if (S->getFlags() & ObjCMethodScope)
392 return getFlags() & Scope::TemplateParamScope;
398 return getFlags() & Scope::FunctionPrototypeScope;
404 return getFlags() & Scope::FunctionDeclarationScope;
409 return getFlags()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp28 static uint32_t getFlags(const Symbol *Sym) { function
50 Symbols.emplace_back(StringRef(), Symbol->getName(), getFlags(Symbol));
56 getFlags(Symbol));
59 getFlags(Symbol));
61 getFlags(Symbol));
66 getFlags(Symbol));
70 getFlags(Symbol));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.h31 Flags *getFlags();
H A Dflags.cpp17 Flags *getFlags() { function in namespace:scudo
64 Flags *F = getFlags();
H A Dcombined.h149 Options.MayReturnNull = getFlags()->may_return_null;
151 getFlags()->zero_contents
153 : (getFlags()->pattern_fill_contents ? PatternOrZeroFill : NoFill);
154 Options.DeallocTypeMismatch = getFlags()->dealloc_type_mismatch;
155 Options.DeleteSizeMismatch = getFlags()->delete_size_mismatch;
158 static_cast<u32>(getFlags()->quarantine_max_chunk_size);
161 const s32 ReleaseToOsIntervalMs = getFlags()->release_to_os_interval_ms;
166 static_cast<uptr>(getFlags()->quarantine_size_kb << 10),
167 static_cast<uptr>(getFlags()->thread_local_quarantine_size_kb << 10));
175 Opt.Enabled = getFlags()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStream.h56 virtual BinaryStreamFlags getFlags() const { return BSF_None; } function in class:llvm::BinaryStream
86 BinaryStreamFlags getFlags() const override { return BSF_Write; }
90 if (!(getFlags() & BSF_Append))
H A DWin64EH.h104 uint8_t getFlags() const { function in struct:llvm::Win64EH::UnwindInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp70 Expected<uint32_t> SymbolFlagsOrErr = Symbol.getFlags();
95 Expected<uint32_t> SymbolFlagsOrErr = Symbol.getFlags();
115 Result[Symbol] = JITEvaluatedSymbol(*AddrOrErr, Sym.getFlags());
127 Result[Symbol] = JITEvaluatedSymbol(*AddrOrErr, Sym.getFlags());
157 if (!Sym.getFlags().isStrong())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp45 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope;
78 else if ((flags & ClassScope) && getParent()->getFlags() == DeclScope)
139 unsigned Flags = getFlags();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFELFObjectWriter.cpp61 unsigned Flags = SectionELF->getFlags();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp118 if (RefA.Addr->getFlags() & NodeAttrs::Undef)
142 if (TA.Addr->getFlags() & NodeAttrs::PhiRef)
161 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef;
253 uint16_t Flags = DA.Addr->getFlags();
261 return DA.Addr->getFlags() & NodeAttrs::Dead;
284 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef))
301 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef))
348 if (!(R.Addr->getFlags() & NodeAttrs::Clobbering))
390 bool IsDead = DefA.Addr->getFlags() & NodeAttrs::Dead;
394 if (!(UA.Addr->getFlags()
[all...]
H A DMIRVRegNamerUtils.cpp107 SmallVector<unsigned, 16> MIOperands = {MI.getOpcode(), MI.getFlags()};
112 MIOperands.push_back((unsigned)Op->getFlags());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h131 Expected<uint32_t> getFlags() const;
198 inline Expected<uint32_t> BasicSymbolRef::getFlags() const { function in class:llvm::object::BasicSymbolRef
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp128 Expected<uint32_t> SymFlagsOrErr = Sym.getFlags();
211 // getFlags() on COFF symbols can't fail.
212 uint32_t SymFlags = cantFail(Sym.getFlags());
232 I->second.setFlags(I->second.getFlags() | JITSymbolFlags::Weak);
244 auto Flags = KV.second.getFlags();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h68 SymbolFlags getFlags() const { return Flags; } function in class:llvm::MachO::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h209 Flags getFlags() const { return FlagVals; } function in class:llvm::MachineMemOperand
315 LHS.getFlags() == RHS.getFlags() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp85 MIB.buildInstr(Opc, {MI.getOperand(0)}, {X, Y}, MI.getFlags());
164 {SrcReg}, MI.getFlags());
167 {SrcReg}, MI.getFlags());
168 B.buildFPTrunc(DstReg, Cvt0, MI.getFlags());
224 B.buildInstr(NewOpc, {MI.getOperand(0)}, {CvtSrc}, MI.getFlags());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp533 if (getFlags().hasNoUnsignedWrap())
536 if (getFlags().hasNoSignedWrap())
539 if (getFlags().hasExact())
542 if (getFlags().hasNoNaNs())
545 if (getFlags().hasNoInfs())
548 if (getFlags().hasNoSignedZeros())
551 if (getFlags().hasAllowReciprocal())
554 if (getFlags().hasAllowContract())
557 if (getFlags().hasApproximateFuncs())
560 if (getFlags()
[all...]

Completed in 121 milliseconds

12345678