Searched refs:printAttributes (Results 1 – 5 of 5) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | ClassFilePrinter.java | 72 printAttributes(finfo.getAttributes(), out, 'f'); in print() 84 printAttributes(minfo.getAttributes(), out, 'm'); in print() 89 printAttributes(cf.getAttributes(), out, 'c'); in print() 92 static void printAttributes(List list, PrintWriter out, char kind) { in printAttributes() method in ClassFilePrinter 108 printAttributes(ca.getAttributes(), out, kind); in printAttributes()
|
/external/llvm/tools/llvm-readobj/ |
D | ObjDumper.h | 52 virtual void printAttributes() { } in printAttributes() function
|
D | llvm-readobj.cpp | 386 Dumper->printAttributes(); in dumpObject()
|
D | ELFDumper.cpp | 119 void printAttributes() override; 1842 void ELFDumper<ELFT>::printAttributes() { in printAttributes() function in ELFDumper 1847 template <> void ELFDumper<ELFType<support::little, false>>::printAttributes() { in printAttributes() function in __anona2de969d0411::ELFDumper::little
|
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 142 void printAttributes(const AttrListPtr &PAL, const std::string &name); 435 void CppWriter::printAttributes(const AttrListPtr &PAL, in printAttributes() function in CppWriter 1112 printAttributes(inv->getAttributes(), iName); in printInstruction() 1362 printAttributes(call->getAttributes(), iName); in printInstruction() 1599 printAttributes(F->getAttributes(), getCppName(F)); in printFunctionHead()
|