Home
last modified time | relevance | path

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

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