Home
last modified time | relevance | path

Searched refs:AddFunction (Results 1 – 9 of 9) sorted by relevance

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set_test.cpp26 TEST(ExportedSymbolSetTest, AddFunction) { in TEST() argument
28 symbols.AddFunction("global", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
29 symbols.AddFunction("weak", ElfSymbolIR::ElfSymbolBinding::Weak); in TEST()
91 symbols.AddFunction("global_func", ElfSymbolIR::ElfSymbolBinding::Global); in TEST()
Dexported_symbol_set.cpp52 void ExportedSymbolSet::AddFunction(const std::string &name, in AddFunction() function in header_checker::repr::ExportedSymbolSet
Dexported_symbol_set.h63 void AddFunction(const std::string &name,
Dso_file_parser.cpp104 exported_symbols_->AddFunction(symbol_name, symbol_binding); in ELFSoFileParser()
Dversion_script_parser.cpp199 exported_symbols_->AddFunction(symbol, binding); in ParseSymbolLine()
/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp68 AddFunction(CreateTemp<FunctionIR>(lm)); in AddLinkableMessage()
88 void ModuleIR::AddFunction(FunctionIR &&function) { in AddFunction() function in header_checker::repr::ModuleIR
Dir_representation.h846 void AddFunction(FunctionIR &&function);
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp277 module_->AddFunction(std::move(function_ir)); in ReadFunctions()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp387 module_->AddFunction(std::move(function_ir)); in ReadFunctions()