| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.cpp | 107 Header.RelocOffset = RelocOffset; in commit() 150 RelocOffset = Offset; in setRelocationAddress()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | pdb-source-lines.test | 45 CHECK-NEXT: RelocOffset: 0 70 CHECK-NEXT: RelocOffset: 32 105 CHECK-NEXT: RelocOffset: 48
|
| H A D | line-error.yaml | 49 RelocOffset: 0 63 RelocOffset: 0
|
| H A D | pdb-type-server-native-errors.yaml | 43 RelocOffset: 0
|
| H A D | pdb-invalid-func-type.yaml | 49 RelocOffset: 0
|
| H A D | pdb-framedata.yaml | 142 RelocOffset: 0 235 RelocOffset: 0
|
| H A D | pdb-invalid-func-type-2.yaml | 54 RelocOffset: 0
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 33 support::ulittle32_t RelocOffset; // Code offset of line contribution. member 140 uint32_t RelocOffset = 0; variable
|
| H A D | SymbolDumpDelegate.h | 24 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 478 uint32_t RelocOffset = Lines.header()->RelocOffset; in findLineTable() local 492 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable() 500 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
|
| /llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.h | 91 uint32_t RelocOffset; member
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | debug-subsections.yaml | 41 RelocOffset: 100016
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | pdb-type-server-valid-signature.yaml | 34 RelocOffset: 0
|
| H A D | pdb-type-server-invalid-path.yaml | 34 RelocOffset: 0
|
| H A D | pdb-globals.yaml | 181 RelocOffset: 0 293 RelocOffset: 0 385 RelocOffset: 0 757 RelocOffset: 0
|
| H A D | pdb-scopes-a.yaml | 63 RelocOffset: 0 129 RelocOffset: 0
|
| H A D | pdb_comdat_bar.yaml | 61 RelocOffset: 0 245 RelocOffset: 0
|
| H A D | pdb_comdat_main.yaml | 61 RelocOffset: 0 256 RelocOffset: 0
|
| H A D | pdb_lines_1.yaml | 61 RelocOffset: 0 234 RelocOffset: 0
|
| H A D | pdb-type-server-simple-b.yaml | 63 RelocOffset: 0
|
| H A D | pdb_lines_1_relative.yaml | 82 RelocOffset: 0 233 RelocOffset: 0
|
| H A D | pdb-hashes-1.yaml | 147 RelocOffset: 0 407 RelocOffset: 0
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectStreamer.cpp | 733 getOffsetAndDataFragment(const MCSymbol &Symbol, uint32_t &RelocOffset, in getOffsetAndDataFragment() argument 743 RelocOffset = OffsetVal.getConstant(); in getOffsetAndDataFragment() 778 RelocOffset = SRE.getSymbol().getOffset() + OffsetVal.getConstant(); in getOffsetAndDataFragment() 781 RelocOffset = Symbol.getOffset(); in getOffsetAndDataFragment()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/ |
| H A D | pdbdump-debug-subsections.test | 43 YAML-NEXT: RelocOffset: 100016
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 329 IO.mapRequired("RelocOffset", Lines.RelocOffset); in map() 419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection() 586 Result->Lines.RelocOffset = Lines.header()->RelocOffset; in fromCodeViewSubsection()
|