Home
last modified time | relevance | path

Searched refs:MaybeGetDirectString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/stg/
H A Ddwarf_wrappers.h73 std::optional<std::string> MaybeGetDirectString(uint32_t attribute);
H A Ddwarf_wrappers.cc194 std::optional<std::string> Entry::MaybeGetDirectString(uint32_t attribute) { in MaybeGetDirectString() function in stg::dwarf::Entry
H A Ddwarf_processor.cc850 result.unscoped_name = entry.MaybeGetDirectString(DW_AT_name); in GetNameWithContext()