| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObjectSyntheticFilter.h | 71 bool IsDynamic() override { in IsDynamic() function 72 return ((m_parent != nullptr) ? m_parent->IsDynamic() : false); in IsDynamic()
|
| H A D | ValueObjectDynamicValue.h | 51 bool IsDynamic() override { return true; } in IsDynamic() function
|
| H A D | ValueObject.h | 637 virtual bool IsDynamic() { return false; } in IsDynamic() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBValue.h | 92 bool IsDynamic();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObjectConstResult.cpp | 283 if (!IsDynamic()) { in GetDynamicValue()
|
| H A D | ValueObjectSyntheticFilter.cpp | 112 if (IsDynamic() && GetDynamicValueType() == valueType) in GetDynamicValue()
|
| H A D | ValueObject.cpp | 1822 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 D | SBValue.cpp | 833 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 D | SBValue.i | 154 IsDynamic();
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 378 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 D | ELFEmitter.cpp | 215 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 D | ValueObjectPrinter.cpp | 105 if (m_orig_valobj->IsDynamic()) { in GetMostSpecializedValue()
|
| H A D | FormatManager.cpp | 294 if (valobj.IsDynamic()) { in GetPossibleMatches()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 4642 bool IsDynamic); 4650 bool IsDynamic);
|
| H A D | CGBuiltin.cpp | 731 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 D | Process.cpp | 1514 if (in_value.IsDynamic()) in IsPossibleDynamicValue()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 66543 result = (bool)(arg1)->IsDynamic(); in _wrap_SBValue_IsDynamic()
|