reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 W.printNumber("ThunkSection", Tramp.ThunkSection);
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp 81 error(IO.mapInteger(Tramp.ThunkSection));
lib/ObjectYAML/CodeViewYAMLSymbols.cpp 294 IO.mapRequired("ThunkSection", Symbol.ThunkSection);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp224 return {record.ThunkSection, record.ThunkOffset}; 305 return {record.ThunkSection, record.ThunkOffset, record.Size};tools/llvm-pdbutil/MinimalSymbolDumper.cpp
413 formatSegmentOffset(Tramp.ThunkSection, Tramp.ThunkOffset),