Searched refs:elf_function (Results 1 – 5 of 5) sorted by relevance
188 void ModuleIR::AddElfFunction(ElfFunctionIR &&elf_function) { in AddElfFunction() argument190 {elf_function.GetName(), std::move(elf_function)}); in AddElfFunction()
910 void AddElfFunction(ElfFunctionIR &&elf_function);
305 for (auto &&elf_function : tu.elf_functions()) { in ReadElfFunctions()307 elf_function.name(), in ReadElfFunctions()308 ElfSymbolBindingProtobufToIR(elf_function.binding())); in ReadElfFunctions()
409 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR() argument414 *added_elf_function = ConvertElfFunctionIR(elf_function); in AddElfFunctionIR()
432 for (auto &&elf_function : tu.GetObjects("elf_functions")) { in ReadElfFunctions()433 ElfFunctionIR elf_function_ir(elf_function.GetString("name"), in ReadElfFunctions()434 GetElfSymbolBinding(elf_function)); in ReadElfFunctions()