Lines Matching defs:SectionedAddress
36 using ::llvm::object::SectionedAddress;
48 DIInliningInfo(SectionedAddress, DILineInfoSpecifier,
52 virtual DILineInfo symbolizeCode(SectionedAddress, DILineInfoSpecifier,
56 virtual DIGlobal symbolizeData(SectionedAddress) const {
59 virtual std::vector<DILocal> symbolizeFrame(SectionedAddress) const {
62 virtual std::vector<SectionedAddress> findSymbol(StringRef Symbol,
130 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x1000},
137 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x2000},
145 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x3000},
347 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x1000},
354 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x2000},
361 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x3000},
368 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x4000},
375 EXPECT_CALL(*Symbolizer, symbolizeInlinedCode(SectionedAddress{0x5000},