Searched refs:ModuleAddress (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp32 object::SectionedAddress ModuleAddress; local
33 ModuleAddress.Address = It->second;
36 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
37 if (auto ResOrErr = Symbolizer.symbolizeCode(BinaryInstrMap, ModuleAddress)) {
59 object::SectionedAddress ModuleAddress; local
60 ModuleAddress.Address = It->second;
63 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
64 auto ResOrErr = Symbolizer.symbolizeCode(BinaryInstrMap, ModuleAddress);

Completed in 154 milliseconds