Lines Matching refs:GetSegmentAndOffset
363 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function
369 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
374 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
380 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
385 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
391 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
396 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function in lldb_private::npdb
404 return ::GetSegmentAndOffset<ProcSym>(sym); in GetSegmentAndOffset()
406 return ::GetSegmentAndOffset<Thunk32Sym>(sym); in GetSegmentAndOffset()
409 return ::GetSegmentAndOffset<TrampolineSym>(sym); in GetSegmentAndOffset()
412 return ::GetSegmentAndOffset<CoffGroupSym>(sym); in GetSegmentAndOffset()
415 return ::GetSegmentAndOffset<BlockSym>(sym); in GetSegmentAndOffset()
418 return ::GetSegmentAndOffset<LabelSym>(sym); in GetSegmentAndOffset()
421 return ::GetSegmentAndOffset<CallSiteInfoSym>(sym); in GetSegmentAndOffset()
424 return ::GetSegmentAndOffset<HeapAllocationSiteSym>(sym); in GetSegmentAndOffset()
430 return ::GetSegmentAndOffset<DataSym>(sym); in GetSegmentAndOffset()
434 return ::GetSegmentAndOffset<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()