Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectSyntheticFilter.h71 bool IsDynamic() override { in IsDynamic() function
72 return ((m_parent != nullptr) ? m_parent->IsDynamic() : false); in IsDynamic()
H A DValueObjectDynamicValue.h51 bool IsDynamic() override { return true; } in IsDynamic() function
H A DValueObject.h637 virtual bool IsDynamic() { return false; } in IsDynamic() function
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBValue.h92 bool IsDynamic();
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResult.cpp283 if (!IsDynamic()) { in GetDynamicValue()
H A DValueObjectSyntheticFilter.cpp112 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
H A DValueObject.cpp1822 if (!m_dynamic_value && !IsDynamic()) { in CalculateDynamicValue()
1836 if (!IsDynamic() && m_dynamic_value == nullptr) { in GetDynamicValue()
2602 if (!result_sp->IsDynamic()) { in GetQualifiedRepresentationIfAvailable()
2608 if (result_sp->IsDynamic()) { in GetQualifiedRepresentationIfAvailable()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp833 bool SBValue::IsDynamic() { in IsDynamic() function in SBValue
834 LLDB_RECORD_METHOD_NO_ARGS(bool, SBValue, IsDynamic); in IsDynamic()
839 return value_sp->IsDynamic(); in IsDynamic()
1613 LLDB_REGISTER_METHOD(bool, SBValue, IsDynamic, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBValue.i154 IsDynamic();
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp378 bool IsDynamic) const;
387 void printSymbolsHelper(bool IsDynamic) const;
489 void ELFDumper<ELFT>::printSymbolsHelper(bool IsDynamic) const { in printSymbolsHelper()
495 if (IsDynamic) { in printSymbolsHelper()
525 IsDynamic ? DataRegion<Elf_Word>( in printSymbolsHelper()
637 Optional<StringRef> StrTable, bool IsDynamic,
694 Optional<StringRef> StrTable, bool IsDynamic,
894 if (!IsDynamic) in getFullSymbolName()
3733 bool IsDynamic, in printSymbol() argument
6496 bool IsDynamic, in printSymbol() argument
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp215 unsigned toSymbolIndex(StringRef S, StringRef LocSec, bool IsDynamic);
620 bool IsDynamic) { in toSymbolIndex() argument
621 const NameToIdxMap &SymMap = IsDynamic ? DynSymN2I : SymN2I; in toSymbolIndex()
1282 const bool IsDynamic = Section.Link && (*Section.Link == ".dynsym"); in writeSectionContent() local
1284 Rel.Symbol ? toSymbolIndex(*Rel.Symbol, Section.Name, IsDynamic) : 0; in writeSectionContent()
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp105 if (m_orig_valobj->IsDynamic()) { in GetMostSpecializedValue()
H A DFormatManager.cpp294 if (valobj.IsDynamic()) { in GetPossibleMatches()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h4642 bool IsDynamic);
4650 bool IsDynamic);
H A DCGBuiltin.cpp731 bool IsDynamic) { in evaluateOrEmitBuiltinObjectSize() argument
734 return emitBuiltinObjectSize(E, Type, ResType, EmittedE, IsDynamic); in evaluateOrEmitBuiltinObjectSize()
750 llvm::Value *EmittedE, bool IsDynamic) { in emitBuiltinObjectSize() argument
787 Value *Dynamic = Builder.getInt1(IsDynamic); in emitBuiltinObjectSize()
2979 bool IsDynamic = BuiltinID == Builtin::BI__builtin_dynamic_object_size; in EmitBuiltinExpr() local
2981 /*EmittedE=*/nullptr, IsDynamic)); in EmitBuiltinExpr()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1514 if (in_value.IsDynamic()) in IsPossibleDynamicValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp66543 result = (bool)(arg1)->IsDynamic(); in _wrap_SBValue_IsDynamic()