Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp109 Header.RelocSegment = RelocSegment; in commit()
152 RelocSegment = Segment; in setRelocationAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h34 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
141 uint16_t RelocSegment = 0; variable
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h31 support::ulittle16_t RelocSegment; // Code segment of line contribution. member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h93 uint32_t RelocSegment; member
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/
Dpdbdump-debug-subsections.test44 YAML-NEXT: RelocSegment: 1
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp331 IO.mapRequired("RelocSegment", Lines.RelocSegment); in map()
420 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()
588 Result->Lines.RelocSegment = Lines.header()->RelocSegment; in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp849 uint16_t Segment = Lines.header()->RelocSegment; in dumpLines()