Home
last modified time | relevance | path

Searched refs:printAttributes (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/llvm-readobj/
HDObjDumper.h43 virtual void printAttributes() { } in printAttributes() function
HDllvm-readobj.cpp311 Dumper->printAttributes(); in dumpObject()
HDELFDumper.cpp61 void printAttributes() override;
1136 void ELFDumper<ELFT>::printAttributes() { in printAttributes() function in ELFDumper
1141 template <> void ELFDumper<ELFType<support::little, false>>::printAttributes() { in printAttributes() function in __anonaf7422cb0311::ELFDumper::little
/NextBSD/contrib/llvm/lib/Target/CppBackend/
HDCPPBackend.cpp149 void printAttributes(const AttributeSet &PAL, const std::string &name);
477 void CppWriter::printAttributes(const AttributeSet &PAL, in printAttributes() function in CppWriter
1204 printAttributes(inv->getAttributes(), iName); in printInstruction()
1467 printAttributes(call->getAttributes(), iName); in printInstruction()
1784 printAttributes(F->getAttributes(), getCppName(F)); in printFunctionHead()