Lines Matching refs:GetSegmentAndOffset
215 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function
221 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
226 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
232 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
237 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
243 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
248 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function in lldb_private::npdb
256 return ::GetSegmentAndOffset<ProcSym>(sym); in GetSegmentAndOffset()
258 return ::GetSegmentAndOffset<Thunk32Sym>(sym); in GetSegmentAndOffset()
261 return ::GetSegmentAndOffset<TrampolineSym>(sym); in GetSegmentAndOffset()
264 return ::GetSegmentAndOffset<CoffGroupSym>(sym); in GetSegmentAndOffset()
267 return ::GetSegmentAndOffset<BlockSym>(sym); in GetSegmentAndOffset()
270 return ::GetSegmentAndOffset<LabelSym>(sym); in GetSegmentAndOffset()
273 return ::GetSegmentAndOffset<CallSiteInfoSym>(sym); in GetSegmentAndOffset()
276 return ::GetSegmentAndOffset<HeapAllocationSiteSym>(sym); in GetSegmentAndOffset()
282 return ::GetSegmentAndOffset<DataSym>(sym); in GetSegmentAndOffset()
286 return ::GetSegmentAndOffset<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()