Home
last modified time | relevance | path

Searched defs:getDynamicTagAsString (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp520 std::string ELFFile<ELFT>::getDynamicTagAsString(unsigned Arch, in getDynamicTagAsString() function in ELFFile
604 std::string ELFFile<ELFT>::getDynamicTagAsString(uint64_t Type) const { in getDynamicTagAsString() function in ELFFile
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3481 std::string static getDynamicTagAsString(uint16_t Arch, uint64_t Type) { in getDynamicTagAsString() function