Home
last modified time | relevance | path

Searched refs:typeToCString (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp273 const char *ELFSymbol::typeToCString(unsigned char type) { in typeToCString() function in ELFSymbol
317 bindingToCString(getBinding()), typeToCString(getType()), st_other, in Dump()
H A DELFHeader.h247 static const char *typeToCString(unsigned char type);