Home
last modified time | relevance | path

Searched refs:RelocSegment (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp108 Header.RelocSegment = RelocSegment; in commit()
151 RelocSegment = Segment; in setRelocationAddress()
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-source-lines.test46 CHECK-NEXT: RelocSegment: 1
71 CHECK-NEXT: RelocSegment: 1
106 CHECK-NEXT: RelocSegment: 1
H A Dline-error.yaml50 RelocSegment: 0
64 RelocSegment: 0
H A Dpdb-type-server-native-errors.yaml44 RelocSegment: 0
H A Dpdb-invalid-func-type.yaml50 RelocSegment: 0
H A Dpdb-framedata.yaml143 RelocSegment: 0
236 RelocSegment: 0
H A Dpdb-invalid-func-type-2.yaml55 RelocSegment: 0
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h34 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
141 uint16_t RelocSegment = 0; variable
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp477 uint32_t RelocSegment = Lines.header()->RelocSegment; 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 DCodeViewYAMLDebugSections.h92 uint32_t RelocSegment; member
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml42 RelocSegment: 1
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-type-server-valid-signature.yaml35 RelocSegment: 0
H A Dpdb-type-server-invalid-path.yaml35 RelocSegment: 0
H A Dpdb-globals.yaml182 RelocSegment: 0
294 RelocSegment: 0
386 RelocSegment: 0
758 RelocSegment: 0
H A Dpdb-scopes-a.yaml64 RelocSegment: 0
130 RelocSegment: 0
H A Dpdb_comdat_bar.yaml62 RelocSegment: 0
246 RelocSegment: 0
H A Dpdb_comdat_main.yaml62 RelocSegment: 0
257 RelocSegment: 0
H A Dpdb_lines_1.yaml62 RelocSegment: 0
235 RelocSegment: 0
H A Dpdb-type-server-simple-b.yaml64 RelocSegment: 0
H A Dpdb_lines_1_relative.yaml83 RelocSegment: 0
234 RelocSegment: 0
H A Dpdb-hashes-1.yaml148 RelocSegment: 0
408 RelocSegment: 0
H A Dpdb2.yaml62 RelocSegment: 0
H A Dpdb_lines_2.yaml62 RelocSegment: 0
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdbdump-debug-subsections.test44 YAML-NEXT: RelocSegment: 1
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp330 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
419 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
587 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()

12