Home
last modified time | relevance | path

Searched refs:AddElfFunction (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/
Dir_representation.cpp78 AddElfFunction(CreateTemp<ElfFunctionIR>(elf_symbol)); in AddElfSymbol()
188 void ModuleIR::AddElfFunction(ElfFunctionIR &&elf_function) { in AddElfFunction() function in header_checker::repr::ModuleIR
Dir_representation.h870 void AddElfFunction(ElfFunctionIR &&elf_function);
/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_reader.cpp308 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp416 module_->AddElfFunction(std::move(elf_function_ir)); in ReadElfFunctions()