Home
last modified time | relevance | path

Searched defs:printAttributes (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-readobj/
DObjDumper.h52 virtual void printAttributes() { } in printAttributes() function
DELFDumper.cpp1842 void ELFDumper<ELFT>::printAttributes() { in printAttributes() function in ELFDumper
1847 template <> void ELFDumper<ELFType<support::little, false>>::printAttributes() { in printAttributes() function in __anon79be9f670411::ELFDumper::little
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.h60 virtual void printAttributes() { } in printAttributes() function
DELFDumper.cpp1958 void ELFDumper<ELFT>::printAttributes() { in printAttributes() function in ELFDumper
1964 template <> void ELFDumper<ELF32LE>::printAttributes() { in printAttributes() function in __anond329e2bf0511::ELFDumper
/external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
DCPPBackend.cpp435 void CppWriter::printAttributes(const AttrListPtr &PAL, in printAttributes() function in CppWriter