HomeSort by relevance Sort by last modified time
    Searched refs:TextFormatIR (Results 1 - 12 of 12) sorted by null

  /development/vndk/tools/header-checker/header-abi-dumper/src/
frontend_action_factory.h 28 abi_util::TextFormatIR text_format_;
34 abi_util::TextFormatIR text_format);
frontend_action_factory.cpp 24 abi_util::TextFormatIR text_format)
frontend_action.h 37 abi_util::TextFormatIR text_format_;
43 abi_util::TextFormatIR text_format);
frontend_action.cpp 30 abi_util::TextFormatIR text_format)
ast_processing.h 74 abi_util::TextFormatIR text_format);
82 abi_util::TextFormatIR text_format_;
header_checker.cpp 54 static llvm::cl::opt<abi_util::TextFormatIR> text_format(
56 llvm::cl::values(clEnumValN(abi_util::TextFormatIR::ProtobufTextFormat,
59 llvm::cl::init(abi_util::TextFormatIR::ProtobufTextFormat),
ast_processing.cpp 183 abi_util::TextFormatIR text_format)
  /development/vndk/tools/header-checker/header-abi-diff/src/
header_abi_diff.cpp 88 static llvm::cl::opt<abi_util::TextFormatIR> text_format_old(
90 llvm::cl::values(clEnumValN(abi_util::TextFormatIR::ProtobufTextFormat,
93 llvm::cl::init(abi_util::TextFormatIR::ProtobufTextFormat),
96 static llvm::cl::opt<abi_util::TextFormatIR> text_format_new(
98 llvm::cl::values(clEnumValN(abi_util::TextFormatIR::ProtobufTextFormat,
101 llvm::cl::init(abi_util::TextFormatIR::ProtobufTextFormat),
104 static llvm::cl::opt<abi_util::TextFormatIR> text_format_diff(
106 llvm::cl::values(clEnumValN(abi_util::TextFormatIR::ProtobufTextFormat,
109 llvm::cl::init(abi_util::TextFormatIR::ProtobufTextFormat),
abi_diff.h 30 bool check_all_apis, abi_util::TextFormatIR text_format_old,
31 abi_util::TextFormatIR text_format_new,
32 abi_util::TextFormatIR text_format_diff)
139 abi_util::TextFormatIR text_format_old_;
140 abi_util::TextFormatIR text_format_new_;
141 abi_util::TextFormatIR text_format_diff_;
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 39 TextFormatIR text_format, const std::string &dump_path) {
41 case TextFormatIR::ProtobufTextFormat:
51 TextFormatIR text_format, const std::string &dump_path) {
53 case TextFormatIR::ProtobufTextFormat:
64 TextFormatIR text_format, const std::set<std::string> *exported_headers) {
66 case TextFormatIR::ProtobufTextFormat:
  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 68 static llvm::cl::opt<abi_util::TextFormatIR> text_format(
70 llvm::cl::values(clEnumValN(abi_util::TextFormatIR::ProtobufTextFormat,
73 llvm::cl::init(abi_util::TextFormatIR::ProtobufTextFormat),
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 40 enum TextFormatIR {
738 TextFormatIR text_format, const std::string &dump_path);
1032 TextFormatIR text_format,
    [all...]

Completed in 73 milliseconds