Home
last modified time | relevance | path

Searched refs:IsDynamic (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h73 bool IsDynamic() override { in IsDynamic() function
74 return ((m_parent != nullptr) ? m_parent->IsDynamic() : false); in IsDynamic()
H A DValueObjectDynamicValue.h52 bool IsDynamic() override { return true; } in IsDynamic() function
H A DValueObject.h627 virtual bool IsDynamic() { return false; } in IsDynamic() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h98 bool IsDynamic();
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp284 if (!IsDynamic()) { in GetDynamicValue()
H A DValueObjectSyntheticFilter.cpp114 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp1791 if (!m_dynamic_value && !IsDynamic()) { in CalculateDynamicValue()
1805 if (!IsDynamic() && m_dynamic_value == nullptr) { in GetDynamicValue()
2557 if (!IsDynamic()) in GetQualifiedRepresentationIfAvailable()
2561 if (IsDynamic()) in GetQualifiedRepresentationIfAvailable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp217 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic);
621 bool IsDynamic) { in toSymbolIndex() argument
622 const NameToIdxMap &SymMap = IsDynamic ? DynSymN2I : SymN2I; in toSymbolIndex()
1283 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); in writeSectionContent() local
1285 Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name, IsDynamic) : 0; in writeSectionContent()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp402 bool IsDynamic) const;
411 void printSymbolsHelper(bool IsDynamic, bool ExtraSymInfo) const;
513 void ELFDumper<ELFT>::printSymbolsHelper(bool IsDynamic, in printSymbolsHelper() argument
520 if (IsDynamic) { in printSymbolsHelper()
550 IsDynamic ? DataRegion<Elf_Word>( in printSymbolsHelper()
663 std::optional<StringRef> StrTable, bool IsDynamic,
949 std::optional<StringRef> StrTable, bool IsDynamic) const { in getFullSymbolName()
976 if (!IsDynamic) in getFullSymbolName()
4235 StrTable, IsDynamic); in printSymbol()
7226 bool IsDynamic, in printSymbol() argument
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp794 bool SBValue::IsDynamic() { in IsDynamic() function in SBValue
800 return value_sp->IsDynamic(); in IsDynamic()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp117 if (m_orig_valobj->IsDynamic()) { in GetMostSpecializedValue()
H A DFormatManager.cpp284 if (valobj.IsDynamic()) { in GetPossibleMatches()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4885 bool IsDynamic);
4893 bool IsDynamic);
H A DCGBuiltin.cpp815 bool IsDynamic) { in evaluateOrEmitBuiltinObjectSize() argument
818 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic); in evaluateOrEmitBuiltinObjectSize()
1069 llvm::Value *EmittedE, bool IsDynamic) { in emitBuiltinObjectSize() argument
1089 if (IsDynamic) { in emitBuiltinObjectSize()
1113 Value *Dynamic = Builder.getInt1(IsDynamic); in emitBuiltinObjectSize()
3429 bool IsDynamic = BuiltinID == Builtin::BI__builtin_dynamic_object_size; in EmitBuiltinExpr() local
3431 /*EmittedE=*/nullptr, IsDynamic)); in EmitBuiltinExpr()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1554 if (in_value.IsDynamic()) in IsPossibleDynamicValue()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp73293 result = (bool)(arg1)->IsDynamic(); in _wrap_SBValue_IsDynamic()