Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1039 static const char *getGroupType(uint32_t Flag) { in getGroupType() function
2436 OS << "\n" << getGroupType(Data[0]) << " group section [" in printGroupSections()
3224 W.printHex("Type", getGroupType(Data[0]), Data[0]); in printGroupSections()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1079 static const char *getGroupType(uint32_t Flag) { in getGroupType() function
2610 << getGroupType(G.Type) << " group section [" in printGroupSections()
4006 W.printHex("Type", getGroupType(G.Type), G.Type); in printGroupSections()