reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
926 ErrorOr<SymbolRef> Function = getRelocatedSymbol(COFF, Section, Offset); 928 Function = getSymbol(COFF, RF.BeginAddress, /*FunctionOnly=*/true); 930 ErrorOr<SymbolRef> XDataRecord = getRelocatedSymbol(COFF, Section, Offset + 4); 932 XDataRecord = getSymbol(COFF, RF.ExceptionInformationRVA()); 961 FunctionAddress = COFF.getImageBase() + RF.BeginAddress; 997 return dumpXDataRecord(COFF, *SI, FunctionAddress, 1000 uint64_t Address = COFF.getImageBase() + RF.ExceptionInformationRVA(); 1003 ErrorOr<SectionRef> Section = getSectionContaining(COFF, Address); 1007 return dumpXDataRecord(COFF, *Section, FunctionAddress, Address);