Lines Matching refs:GetSegmentAndOffset
237 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function
243 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
248 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
254 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
259 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
265 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
270 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function in lldb_private::npdb
278 return ::GetSegmentAndOffset<ProcSym>(sym); in GetSegmentAndOffset()
280 return ::GetSegmentAndOffset<Thunk32Sym>(sym); in GetSegmentAndOffset()
283 return ::GetSegmentAndOffset<TrampolineSym>(sym); in GetSegmentAndOffset()
286 return ::GetSegmentAndOffset<CoffGroupSym>(sym); in GetSegmentAndOffset()
289 return ::GetSegmentAndOffset<BlockSym>(sym); in GetSegmentAndOffset()
292 return ::GetSegmentAndOffset<LabelSym>(sym); in GetSegmentAndOffset()
295 return ::GetSegmentAndOffset<CallSiteInfoSym>(sym); in GetSegmentAndOffset()
298 return ::GetSegmentAndOffset<HeapAllocationSiteSym>(sym); in GetSegmentAndOffset()
304 return ::GetSegmentAndOffset<DataSym>(sym); in GetSegmentAndOffset()
308 return ::GetSegmentAndOffset<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()