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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h247 static const char *typeToCString(unsigned char type);
H A DELFHeader.cpp270 const char *ELFSymbol::typeToCString(unsigned char type) { function in class:ELFSymbol
314 bindingToCString(getBinding()), typeToCString(getType()), st_other,

Completed in 101 milliseconds