Home
last modified time | relevance | path

Searched refs:exported_headers_ (Results 1 – 5 of 5) sorted by relevance

/development/vndk/tools/header-checker/src/dumper/
Dheader_checker.h32 std::set<std::string> exported_headers_; variable
43 exported_headers_(std::move(exported_headers)), in HeaderCheckerOptions()
Dast_processing.cpp174 const auto &exported_headers = options_.exported_headers_; in TraverseDecl()
206 if (!options_.exported_headers_.empty()) { in HandleTranslationUnit()
207 options_.exported_headers_.insert(translation_unit_source); in HandleTranslationUnit()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp202 if (exported_headers_ == nullptr || exported_headers_->empty()) { in IsLinkableMessageInExportedHeaders()
205 return exported_headers_->find(linkable_message->GetSourceFile()) != in IsLinkableMessageInExportedHeaders()
206 exported_headers_->end(); in IsLinkableMessageInExportedHeaders()
Dir_representation.h780 : exported_headers_(exported_headers) {} in ModuleIR()
913 const std::set<std::string> *exported_headers_; variable
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp169 std::set<std::string> exported_headers_; member in HeaderAbiLinker
213 repr::IRReader::CreateIRReader(input_format, &exported_headers_); in ReadInputDumpFiles()
223 &exported_headers_, greader.get(), &greader_lock, in ReadInputDumpFiles()
226 DeDuplicateAbiElementsThread(dump_files_, &exported_headers_, greader.get(), in ReadInputDumpFiles()
243 exported_headers_ = CollectAllExportedHeaders(exported_header_dirs_); in LinkAndDump()
252 new repr::ModuleIR(&exported_headers_)); in LinkAndDump()
287 if (!exported_headers_.empty() && !source_file.empty() && in LinkDecl()
288 exported_headers_.find(source_file) == exported_headers_.end()) { in LinkDecl()