Home
last modified time | relevance | path

Searched refs:getFlags (Results 1 – 25 of 212) sorted by relevance

123456789

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScope.h226 unsigned getFlags() const { return Flags; } in getFlags() function
371 return (getFlags() & Scope::ClassScope); in isClassScope()
389 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodScope()
400 if (S->getFlags() & ObjCMethodScope) in isInObjcMethodOuterScope()
409 return getFlags() & Scope::TemplateParamScope; in isTemplateParamScope()
415 return getFlags() & Scope::FunctionPrototypeScope; in isFunctionPrototypeScope()
426 return getFlags() & Scope::AtCatchScope; in isAtCatchScope()
432 if (S->getFlags() & Scope::SwitchScope) in isSwitchScope()
445 return (getFlags() & Scope::OpenMPDirectiveScope); in isOpenMPDirectiveScope()
451 if (getFlags() & Scope::OpenMPLoopDirectiveScope) { in isOpenMPLoopDirectiveScope()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSymbolELF.cpp60 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STB_Shift); in setBinding()
119 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STT_Shift); in setType()
149 uint32_t OtherFlags = getFlags() & ~(0x3 << ELF_STV_Shift); in setVisibility()
162 uint32_t OtherFlags = getFlags() & ~(0x7 << ELF_STO_Shift); in setOther()
172 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_WeakrefUsedInReloc_Shift); in setIsWeakrefUsedInReloc()
177 return getFlags() & (0x1 << ELF_WeakrefUsedInReloc_Shift); in isWeakrefUsedInReloc()
181 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_IsSignature_Shift); in setIsSignature()
186 return getFlags() & (0x1 << ELF_IsSignature_Shift); in isSignature()
190 uint32_t OtherFlags = getFlags() & ~(0x1 << ELF_BindingSet_Shift); in setIsBindingSet()
195 return getFlags() & (0x1 << ELF_BindingSet_Shift); in isBindingSet()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolMachO.h66 return getFlags() & SF_NoDeadStrip; in isNoDeadStrip()
73 return getFlags() & SF_WeakReference; in isWeakReference()
80 return getFlags() & SF_WeakDefinition; in isWeakDefinition()
87 return getFlags() & SF_SymbolResolver; in isSymbolResolver()
98 return getFlags() & SF_AltEntry; in isAltEntry()
103 bool isCold() const { return getFlags() & SF_Cold; } in isCold()
114 uint16_t Flags = getFlags(); in getEncodedFlags()
H A DMCSymbolCOFF.h41 return (getFlags() & SF_ClassMask) >> SF_ClassShift; in getClass()
48 return getFlags() & SF_WeakExternal; in isWeakExternal()
55 return getFlags() & SF_SafeSEH; in isSafeSEH()
H A DMCSymbolWasm.h57 return getFlags() & wasm::WASM_SYMBOL_EXPORTED; in isExported()
64 return getFlags() & wasm::WASM_SYMBOL_NO_STRIP; in isNoStrip()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DTapiFile.cpp23 static uint32_t getFlags(const Symbol *Sym) { in getFlags() function
45 Symbols.emplace_back(StringRef(), Symbol->getName(), getFlags(Symbol)); in TapiFile()
51 getFlags(Symbol)); in TapiFile()
54 getFlags(Symbol)); in TapiFile()
56 getFlags(Symbol)); in TapiFile()
61 getFlags(Symbol)); in TapiFile()
65 getFlags(Symbol)); in TapiFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp70 Expected<uint32_t> SymbolFlagsOrErr = Symbol.getFlags(); in fromObjectSymbol()
95 Expected<uint32_t> SymbolFlagsOrErr = Symbol.getFlags(); in fromObjectSymbol()
115 Result[Symbol] = JITEvaluatedSymbol(*AddrOrErr, Sym.getFlags()); in lookup()
127 Result[Symbol] = JITEvaluatedSymbol(*AddrOrErr, Sym.getFlags()); in lookup()
157 if (!Sym.getFlags().isStrong()) in getResponsibilitySet()
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DInputSection.cpp32 return isZeroFill(getFlags()) ? 0 : getSize(); in getFileSize()
53 switch (sectionType(getFlags())) { in isHashableForICF()
131 if (isThreadLocalVariables(getFlags())) { in writeTo()
207 switch (sectionType(getFlags())) { in getOffset()
220 uint32_t type = sectionType(isec->getFlags()); in isCodeSection()
224 uint32_t attr = isec->getFlags() & SECTION_ATTRIBUTES_USR; in isCodeSection()
H A DMarkLive.cpp108 if (isec->getFlags() & S_ATTR_NO_DEAD_STRIP) { in markLive()
114 if (sectionType(isec->getFlags()) == S_MOD_INIT_FUNC_POINTERS || in markLive()
115 sectionType(isec->getFlags()) == S_MOD_TERM_FUNC_POINTERS) { in markLive()
166 if (!(isec->getFlags() & S_ATTR_LIVE_SUPPORT) || isec->live) in markLive()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStream.h56 virtual BinaryStreamFlags getFlags() const { return BSF_None; } in getFlags() function
86 BinaryStreamFlags getFlags() const override { return BSF_Write; } in getFlags() function
90 if (!(getFlags() & BSF_Append)) in checkOffsetForWrite()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp121 if (RefA.Addr->getFlags() & NodeAttrs::Undef) in getAllReachingDefs()
145 if (TA.Addr->getFlags() & NodeAttrs::PhiRef) in getAllReachingDefs()
180 bool IsPhi = TA.Addr->getFlags() & NodeAttrs::PhiRef; in getAllReachingDefs()
293 uint16_t Flags = DA.Addr->getFlags(); in getAllReachingDefs()
301 return DA.Addr->getFlags() & NodeAttrs::Dead; in getAllReachingDefs()
324 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
341 if (!(DA.Addr->getFlags() & NodeAttrs::PhiRef)) in getAllReachingDefsRecImpl()
434 if (!(UA.Addr->getFlags() & NodeAttrs::Undef)) { in getAllReachedUses()
515 uint16_t F = A.Addr->getFlags(); in computePhiInfo()
604 if (D.Addr->getFlags() & NodeAttrs::PhiRef) { in computePhiInfo()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp17 Flags *getFlags() { in getFlags() function
64 Flags *F = getFlags(); in initFlags()
H A Dcombined.h151 if (getFlags()->may_return_null) in init()
153 if (getFlags()->zero_contents) in init()
155 else if (getFlags()->pattern_fill_contents) in init()
157 if (getFlags()->dealloc_type_mismatch) in init()
159 if (getFlags()->delete_size_mismatch) in init()
167 static_cast<u32>(getFlags()->quarantine_max_chunk_size); in init()
174 static_cast<uptr>(getFlags()->quarantine_size_kb << 10), in init()
183 Opt.Enabled = getFlags()->GWP_ASAN_Enabled; in initGwpAsan()
185 getFlags()->GWP_ASAN_MaxSimultaneousAllocations; in initGwpAsan()
186 Opt.SampleRate = getFlags()->GWP_ASAN_SampleRate; in initGwpAsan()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp45 Flags |= parent->getFlags() & OpenMPSimdDirectiveScope; in setFlags()
78 else if ((flags & ClassScope) && getParent()->getFlags() == DeclScope) in setFlags()
139 unsigned Flags = getFlags(); in dumpImpl()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h705 DIFlags getFlags() const { return Flags; } in getFlags() function
722 return (getFlags() & FlagAccessibility) == FlagPrivate; in isPrivate()
728 return (getFlags() & FlagAccessibility) == FlagPublic; in isPublic()
736 return getFlags() & FlagObjcClassComplete; in isObjcClassComplete()
738 bool isVector() const { return getFlags() & FlagVector; } in isVector()
745 return getFlags() & FlagTypePassByReference; in isTypePassByReference()
1946 DIFlags getFlags() const { return Flags; } in getFlags() function
1961 return (getFlags() & FlagAccessibility) == FlagPublic; in isPublic()
1966 return getFlags() & FlagAllCallsDescribed; in areAllCallsDescribed()
1999 bool isThunk() const { return getFlags() & FlagThunk; } in isThunk()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp57 Flags *f = getFlags(); in initFlags()
126 Flags *getFlags() { in getFlags() function
H A Dscudo_flags.h26 Flags *getFlags();
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp558 if (getFlags().hasNoUnsignedWrap()) in print_details()
561 if (getFlags().hasNoSignedWrap()) in print_details()
564 if (getFlags().hasExact()) in print_details()
567 if (getFlags().hasNoNaNs()) in print_details()
570 if (getFlags().hasNoInfs()) in print_details()
573 if (getFlags().hasNoSignedZeros()) in print_details()
576 if (getFlags().hasAllowReciprocal()) in print_details()
579 if (getFlags().hasAllowContract()) in print_details()
582 if (getFlags().hasApproximateFuncs()) in print_details()
585 if (getFlags().hasAllowReassociation()) in print_details()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPostLegalizerCombiner.cpp116 B.buildInstr(Opc, {MI.getOperand(0)}, {X, Y}, MI.getFlags()); in applySelectFCmpToFMinToFMaxLegacy()
194 {SrcReg}, MI.getFlags()); in applyUCharToFloat()
197 {SrcReg}, MI.getFlags()); in applyUCharToFloat()
198 B.buildFPTrunc(DstReg, Cvt0, MI.getFlags()); in applyUCharToFloat()
246 B.buildInstr(NewOpc, {MI.getOperand(0)}, {CvtSrc}, MI.getFlags()); in applyCvtF32UByteN()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp267 Flags[KV.first] = KV.second.getFlags(); in extractFlags()
834 if (Symbols[Name].getFlags().hasError()) in addDependencies()
869 if (OtherSymEntry.getFlags().hasError()) { in addDependencies()
920 assert(!KV.second.getFlags().hasError() && in resolve()
933 if (SymI->second.getFlags().hasError()) in resolve()
936 auto Flags = KV.second.getFlags(); in resolve()
939 (SymI->second.getFlags() & in resolve()
1016 if (SymI->second.getFlags().hasError()) in emit()
1596 if (I->second.getFlags().isStrong() || in defineImpl()
2241 if (SymI->second.getFlags().hasError()) { in IL_updateCandidatesFor()
[all …]
H A DRTDyldObjectLinkingLayer.cpp123 Expected<uint32_t> SymFlagsOrErr = Sym.getFlags(); in emit()
205 uint32_t SymFlags = cantFail(Sym.getFlags()); in onObjLoad()
225 I->second.setFlags(I->second.getFlags() | JITSymbolFlags::Weak); in onObjLoad()
237 auto Flags = KV.second.getFlags(); in onObjLoad()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp493 outs() << " Flags: " << static_cast<int>(UI->getFlags()); in printWin64EHUnwindInfo()
494 if (UI->getFlags()) { in printWin64EHUnwindInfo()
495 if (UI->getFlags() & UNW_ExceptionHandler) in printWin64EHUnwindInfo()
497 if (UI->getFlags() & UNW_TerminateHandler) in printWin64EHUnwindInfo()
499 if (UI->getFlags() & UNW_ChainInfo) in printWin64EHUnwindInfo()
513 if (UI->getFlags() & (UNW_ExceptionHandler | UNW_TerminateHandler)) { in printWin64EHUnwindInfo()
515 } else if (UI->getFlags() & UNW_ChainInfo) { in printWin64EHUnwindInfo()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h220 Flags getFlags() const { return FlagVals; } in getFlags() function
354 LHS.getFlags() == RHS.getFlags() &&
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h254 JITSymbolFlags getFlags() const { return Flags; } in getFlags() function
285 : CachedAddr(Sym.getAddress()), Flags(Sym.getFlags()) {} in JITSymbol()
354 JITSymbolFlags getFlags() const { return Flags; } in getFlags() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp180 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) in canRemoveAddasl()
190 if ((OffsetRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && in canRemoveAddasl()
261 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) { in getAllRealUses()
304 if (UA.Addr->getFlags() & NodeAttrs::PhiRef) in isSafeToExtLR()
317 if ((LRExtRegDN.Addr->getFlags() & NodeAttrs::PhiRef) && in isSafeToExtLR()
395 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processAddUses()
617 assert(!(UseUN.Addr->getFlags() & NodeAttrs::PhiRef) && in changeAddAsl()
746 assert(!(UseN.Addr->getFlags() & NodeAttrs::PhiRef) && in processBlock()

123456789