Home
last modified time | relevance | path

Searched refs:text_format (Results 1 – 10 of 10) sorted by relevance

/development/vndk/tools/header-checker/header-abi-dumper/src/
Dfrontend_action_factory.cpp24 abi_util::TextFormatIR text_format) in HeaderCheckerFrontendActionFactory() argument
26 text_format_(text_format) { } in HeaderCheckerFrontendActionFactory()
Dfrontend_action.cpp30 abi_util::TextFormatIR text_format) in HeaderCheckerFrontendAction() argument
32 text_format_(text_format) { } in HeaderCheckerFrontendAction()
Dfrontend_action_factory.h34 abi_util::TextFormatIR text_format);
Dfrontend_action.h43 abi_util::TextFormatIR text_format);
Dheader_checker.cpp54 static llvm::cl::opt<abi_util::TextFormatIR> text_format( variable
125 text_format)); in main()
Dast_processing.h74 abi_util::TextFormatIR text_format);
Dast_processing.cpp183 abi_util::TextFormatIR text_format) in HeaderASTConsumer() argument
187 text_format_(text_format){ } in HeaderASTConsumer()
/development/vndk/tools/header-checker/header-abi-util/src/
Dir_representation.cpp39 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDumper() argument
40 switch (text_format) { in CreateIRDumper()
51 TextFormatIR text_format, const std::string &dump_path) { in CreateIRDiffDumper() argument
52 switch (text_format) { in CreateIRDiffDumper()
64 TextFormatIR text_format, const std::set<std::string> *exported_headers) { in CreateTextFormatToIRReader() argument
65 switch (text_format) { in CreateTextFormatToIRReader()
/development/vndk/tools/header-checker/header-abi-linker/src/
Dheader_abi_linker.cpp68 static llvm::cl::opt<abi_util::TextFormatIR> text_format( variable
164 text_format, exported_headers); in DeDuplicateAbiElementsThread()
176 text_format, exported_headers); in DeDuplicateAbiElementsThread()
204 abi_util::IRDumper::CreateIRDumper(text_format, out_dump_name_); in LinkAndDump()
211 text_format, &exported_headers_); in LinkAndDump()
/development/vndk/tools/header-checker/header-abi-util/include/
Dir_representation.h738 TextFormatIR text_format, const std::string &dump_path);
1032 TextFormatIR text_format,