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

  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation.cpp 36 using MergeStatus = TextFormatToIRReader::MergeStatus;
62 std::unique_ptr<TextFormatToIRReader>
63 TextFormatToIRReader::CreateTextFormatToIRReader(
75 void TextFormatToIRReader::AddToODRListMap(
86 MergeStatus TextFormatToIRReader::IsBuiltinTypeNodePresent(
87 const BuiltinTypeIR *builtin_type, const TextFormatToIRReader &addend,
109 MergeStatus TextFormatToIRReader::DoesUDTypeODRViolationExist(
110 const TypeIR *ud_type, const TextFormatToIRReader &addend,
145 MergeStatus TextFormatToIRReader::IsTypeNodePresent(
146 const TypeIR *addend_node, const TextFormatToIRReader &addend
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/include/
ir_representation.h 808 class TextFormatToIRReader {
825 TextFormatToIRReader(const std::set<std::string> *exported_headers)
905 virtual ~TextFormatToIRReader() { }
907 void Merge(TextFormatToIRReader &&addend) {
926 const TextFormatToIRReader &addend, const T *addend_node,
931 const TypeIR *ud_type, const TextFormatToIRReader &addend,
936 const TextFormatToIRReader &addend, ReferencesOtherType *references_type,
940 const TextFormatToIRReader &addend, const TypeIR *addend_node,
945 const TextFormatToIRReader &addend, const TypeIR *addend_node,
951 const T *addend_node, const TextFormatToIRReader &addend
    [all...]
ir_representation_protobuf.h 328 class ProtobufTextFormatToIRReader : public TextFormatToIRReader {
332 : TextFormatToIRReader(exported_headers) { }
abi_diff_helpers.h 12 using MergeStatus = TextFormatToIRReader::MergeStatus;
  /development/vndk/tools/header-checker/header-abi-diff/src/
abi_diff.cpp 28 using abi_util::TextFormatToIRReader;
29 std::unique_ptr<abi_util::TextFormatToIRReader> old_reader =
30 TextFormatToIRReader::CreateTextFormatToIRReader(text_format_old_);
31 std::unique_ptr<abi_util::TextFormatToIRReader> new_reader =
32 TextFormatToIRReader::CreateTextFormatToIRReader(text_format_new_);
50 const abi_util::TextFormatToIRReader *old_tu,
51 const abi_util::TextFormatToIRReader *new_tu,
96 const abi_util::TextFormatToIRReader *tu) {
134 const abi_util::TextFormatToIRReader *old_tu,
135 const abi_util::TextFormatToIRReader *new_tu
    [all...]
abi_diff.h 43 const abi_util::TextFormatToIRReader *old_tu,
44 const abi_util::TextFormatToIRReader *new_tu,
113 ExtractUserDefinedTypes(const abi_util::TextFormatToIRReader *tu);
116 const abi_util::TextFormatToIRReader *old_tu,
117 const abi_util::TextFormatToIRReader *new_tu,
  /development/vndk/tools/header-checker/header-abi-linker/src/
header_abi_linker.cpp 105 bool LinkTypes(const abi_util::TextFormatToIRReader *ir_reader,
108 bool LinkFunctions(const abi_util::TextFormatToIRReader *ir_reader,
111 bool LinkGlobalVars(const abi_util::TextFormatToIRReader *ir_reader,
160 abi_util::TextFormatToIRReader *greader, std::mutex *greader_lock,
162 std::unique_ptr<abi_util::TextFormatToIRReader> local_reader =
163 abi_util::TextFormatToIRReader::CreateTextFormatToIRReader(
174 std::unique_ptr<abi_util::TextFormatToIRReader> reader =
175 abi_util::TextFormatToIRReader::CreateTextFormatToIRReader(
209 std::unique_ptr<abi_util::TextFormatToIRReader> greader =
210 abi_util::TextFormatToIRReader::CreateTextFormatToIRReader
    [all...]

Completed in 66 milliseconds