Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp542 object::SectionedAddress ModuleAddress = { in getCoveragePoints() local
545 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints()
549 Symbolizer->symbolizeInlinedCode(ObjectFile, ModuleAddress); in getCoveragePoints()
563 object::SectionedAddress ModuleAddress = { in getCoveragePoints() local
566 auto LineInfo = Symbolizer->symbolizeCode(ObjectFile, ModuleAddress); in getCoveragePoints()
581 Symbolizer->symbolizeInlinedCode(ObjectFile, ModuleAddress); in getCoveragePoints()