Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-xray/
H A Dfunc-id-helper.cpp33 object::SectionedAddress ModuleAddress; in SymbolOrNumber() local
34 ModuleAddress.Address = It->second; in SymbolOrNumber()
37 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber()
38 if (auto ResOrErr = Symbolizer.symbolizeCode(BinaryInstrMap, ModuleAddress)) { in SymbolOrNumber()
60 object::SectionedAddress ModuleAddress; in FileLineAndColumn() local
61 ModuleAddress.Address = It->second; in FileLineAndColumn()
64 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
65 auto ResOrErr = Symbolizer.symbolizeCode(BinaryInstrMap, ModuleAddress); in FileLineAndColumn()
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp529 object::SectionedAddress ModuleAddress = { in getCoveragePoints()
532 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints()
536 Symbolizer->symbolizeInlinedCode(ObjectFile, ModuleAddress); in getCoveragePoints()
550 object::SectionedAddress ModuleAddress = { in getCoveragePoints()
553 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints()
568 Symbolizer->symbolizeInlinedCode(ObjectFile, ModuleAddress); in getCoveragePoints()
530 object::SectionedAddress ModuleAddress = { getCoveragePoints() local
551 object::SectionedAddress ModuleAddress = { getCoveragePoints() local