Home
last modified time | relevance | path

Searched refs:language_flags (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp67 uint64_t language_flags; in CreateChildAtIndex() local
79 child_is_deref_of_parent, m_impl_backend, language_flags); in CreateChildAtIndex()
101 language_flags); in CreateChildAtIndex()
H A DValueObjectConstResultChild.cpp30 uint64_t language_flags) in ValueObjectConstResultChild() argument
33 is_deref_of_parent, eAddressTypeLoad, language_flags), in ValueObjectConstResultChild()
H A DValueObjectChild.cpp35 AddressType child_ptr_or_ref_addr_type, uint64_t language_flags) in ValueObjectChild() argument
44 SetLanguageFlags(language_flags); in ValueObjectChild()
H A DValueObject.cpp637 uint64_t language_flags = 0; in CreateChildAtIndex() local
648 child_is_deref_of_parent, this, language_flags); in CreateChildAtIndex()
661 language_flags); in CreateChildAtIndex()
2827 uint64_t language_flags; in Dereference() local
2835 child_is_deref_of_parent, this, language_flags); in Dereference()
2845 language_flags); in Dereference()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DBlockPointer.cpp115 uint64_t language_flags = 0; in GetChildAtIndex() local
123 language_flags); in GetChildAtIndex()
H A DLibCxxMap.cpp318 uint64_t language_flags; in GetValueOffset() local
324 child_is_deref_of_parent, nullptr, language_flags) in GetValueOffset()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectChild.h92 uint64_t language_flags);
H A DValueObjectConstResultChild.h47 uint64_t language_flags);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h348 uint64_t &language_flags) const;
H A DTypeSystem.h326 ValueObject *valobj, uint64_t &language_flags) = 0;
H A DClangASTContext.h795 ValueObject *valobj, uint64_t &language_flags) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp635 uint64_t &language_flags) const { in GetChildCompilerTypeAtIndex()
642 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
H A DClangASTContext.cpp6597 ValueObject *valobj, uint64_t &language_flags) { in GetChildCompilerTypeAtIndex() argument
6611 language_flags = 0; in GetChildCompilerTypeAtIndex()
6888 language_flags); in GetChildCompilerTypeAtIndex()
6968 language_flags); in GetChildCompilerTypeAtIndex()
7007 language_flags); in GetChildCompilerTypeAtIndex()
7038 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
7049 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
7060 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
7071 child_is_deref_of_parent, valobj, language_flags); in GetChildCompilerTypeAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp921 uint64_t language_flags; in GetChildType() local
929 child_is_deref_of_parent, valobj, language_flags); in GetChildType()