Searched refs:HasName (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/wasm/
H A DWriter.cpp27 bool HasName = S.SectionType == WASM_SEC_CUSTOM; local
29 if (HasName)
34 if (HasName) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h107 bool HasName = V.hasName(); local
108 if (OldST && HasName)
111 if (NewST && HasName)
H A DValue.cpp56 NumUserOperands(0), IsUsedByMD(false), HasName(false) {
243 if (!HasName) return nullptr;
256 assert(HasName == Ctx.pImpl->ValueNames.count(this) &&
257 "HasName bit out of sync!");
260 if (HasName)
262 HasName = false;
266 HasName = true;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp57 if (m_dynamic_type_info.HasName())
74 if (m_dynamic_type_info.HasName())
85 if (m_dynamic_type_info.HasName())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h118 unsigned HasName : 1;
250 bool hasName() const { return HasName; }
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h407 bool HasName() const;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp789 bool TypeAndOrName::HasName() const { return (bool)m_type_name; } function in class:TypeAndOrName
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp9682 bool HasName;
9685 FieldEncoding(bool b, SmallStringEnc &e) : HasName(b), Enc(e.c_str()) {}
9688 if (HasName != rhs.HasName) return HasName;

Completed in 189 milliseconds