Lines Matching refs:GetSegmentAndOffset

216 static SegmentOffset GetSegmentAndOffset(const CVSymbol &sym) {  in GetSegmentAndOffset()  function
222 SegmentOffset GetSegmentAndOffset<TrampolineSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
227 template <> SegmentOffset GetSegmentAndOffset<Thunk32Sym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
233 SegmentOffset GetSegmentAndOffset<CoffGroupSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
238 template <> SegmentOffset GetSegmentAndOffset<DataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
244 SegmentOffset GetSegmentAndOffset<ThreadLocalDataSym>(const CVSymbol &sym) { in GetSegmentAndOffset() function
249 SegmentOffset lldb_private::npdb::GetSegmentAndOffset(const CVSymbol &sym) { in GetSegmentAndOffset() function in lldb_private::npdb
257 return ::GetSegmentAndOffset<ProcSym>(sym); in GetSegmentAndOffset()
259 return ::GetSegmentAndOffset<Thunk32Sym>(sym); in GetSegmentAndOffset()
262 return ::GetSegmentAndOffset<TrampolineSym>(sym); in GetSegmentAndOffset()
265 return ::GetSegmentAndOffset<CoffGroupSym>(sym); in GetSegmentAndOffset()
268 return ::GetSegmentAndOffset<BlockSym>(sym); in GetSegmentAndOffset()
271 return ::GetSegmentAndOffset<LabelSym>(sym); in GetSegmentAndOffset()
274 return ::GetSegmentAndOffset<CallSiteInfoSym>(sym); in GetSegmentAndOffset()
277 return ::GetSegmentAndOffset<HeapAllocationSiteSym>(sym); in GetSegmentAndOffset()
283 return ::GetSegmentAndOffset<DataSym>(sym); in GetSegmentAndOffset()
287 return ::GetSegmentAndOffset<ThreadLocalDataSym>(sym); in GetSegmentAndOffset()