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()
863 void AddElfFunction(ElfFunctionIR &&elf_function);
302 for (auto &&elf_function : tu.elf_functions()) { in ReadElfFunctions()304 elf_function.name(), in ReadElfFunctions()305 ElfSymbolBindingProtobufToIR(elf_function.binding())); in ReadElfFunctions()
334 bool ProtobufIRDumper::AddElfFunctionIR(const ElfFunctionIR *elf_function) { in AddElfFunctionIR() argument339 added_elf_function->set_name(elf_function->GetName()); in AddElfFunctionIR()341 ElfSymbolBindingIRToProtobuf(elf_function->GetBinding())); in AddElfFunctionIR()
406 for (auto &&elf_function : tu.GetObjects("elf_functions")) { in ReadElfFunctions()407 ElfFunctionIR elf_function_ir(elf_function.GetString("name"), in ReadElfFunctions()408 GetElfSymbolBinding(elf_function)); in ReadElfFunctions()