/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-fpo-csrs.s | 69 # OBJ-NEXT: RvaStart: 0x0 86 # OBJ-NEXT: RvaStart: 0x1 103 # OBJ-NEXT: RvaStart: 0x2 121 # OBJ-NEXT: RvaStart: 0x3 140 # OBJ-NEXT: RvaStart: 0x4 160 # OBJ-NEXT: RvaStart: 0x7
|
D | cv-fpo-setframe.s | 72 # OBJ-NEXT: RvaStart: 0x0 89 # OBJ-NEXT: RvaStart: 0x1 106 # OBJ-NEXT: RvaStart: 0x3 123 # OBJ-NEXT: RvaStart: 0x4 141 # OBJ-NEXT: RvaStart: 0x5 160 # OBJ-NEXT: RvaStart: 0x6
|
/external/llvm-project/lld/test/COFF/Inputs/ |
D | pdb-globals.yaml | 139 RvaStart: 0 147 RvaStart: 1 155 RvaStart: 3 199 RvaStart: 0 207 RvaStart: 1 215 RvaStart: 3 343 RvaStart: 0 351 RvaStart: 1 359 RvaStart: 3 702 RvaStart: 0 [all …]
|
D | pdb-hashes-1.yaml | 61 RvaStart: 0 69 RvaStart: 1 77 RvaStart: 3 85 RvaStart: 4 344 RvaStart: 0 352 RvaStart: 1 360 RvaStart: 3
|
D | pdb-hashes-2-missing.yaml | 50 RvaStart: 0 58 RvaStart: 1 66 RvaStart: 3
|
D | pdb-hashes-2.yaml | 50 RvaStart: 0 58 RvaStart: 1 66 RvaStart: 3
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | fpo-csrs.ll | 76 ; OBJ-NEXT: RvaStart: 0x0 93 ; OBJ-NEXT: RvaStart: 0x1 143 ; OBJ-NEXT: RvaStart: 0x0 160 ; OBJ-NEXT: RvaStart: 0x1 177 ; OBJ-NEXT: RvaStart: 0x2 229 ; OBJ-NEXT: RvaStart: 0x0 246 ; OBJ-NEXT: RvaStart: 0x1 263 ; OBJ-NEXT: RvaStart: 0x2 281 ; OBJ-NEXT: RvaStart: 0x3 339 ; OBJ-NEXT: RvaStart: 0x0 [all …]
|
D | fpo-shrink-wrap.ll | 39 ; Note how RvaStart advances 7 bytes to skip the shrink-wrapped portion. 42 ; OBJ: RvaStart: 0x0 52 ; OBJ: RvaStart: 0x7 63 ; OBJ: RvaStart: 0x8 75 ; OBJ: RvaStart: 0x9
|
D | vframe-fpo.ll | 85 ; CODEVIEW-NEXT: RvaStart:
|
/external/llvm-project/lld/test/COFF/ |
D | pdb-framedata.yaml | 79 RvaStart: 0 87 RvaStart: 1 95 RvaStart: 3 164 RvaStart: 0 172 RvaStart: 1 180 RvaStart: 3 188 RvaStart: 4
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | DebugFrameDataSubsection.cpp | 52 return LHS.RvaStart < RHS.RvaStart; in commit()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | DebugFrameDataSubsection.cpp | 52 return LHS.RvaStart < RHS.RvaStart; in commit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 315 IO.mapOptional("RvaStart", Obj.RvaStart); in mapping() 522 F.RvaStart = YF.RvaStart; in toCodeViewSubsection() 720 YF.RvaStart = F.RvaStart; in fromCodeViewSubsection()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 315 IO.mapOptional("RvaStart", Obj.RvaStart); in mapping() 522 F.RvaStart = YF.RvaStart; in toCodeViewSubsection() 720 YF.RvaStart = F.RvaStart; in fromCodeViewSubsection()
|
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
D | debug-subsections.yaml | 89 RvaStart: 6
|
/external/llvm/tools/llvm-readobj/ |
D | CodeView.h | 34 ulittle32_t RvaStart; member
|
D | COFFDumper.cpp | 854 W.printHex("RvaStart", FD->RvaStart); in printCodeViewSymbolSection()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 46 uint32_t RvaStart; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 46 uint32_t RvaStart; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 363 // ulittle32_t RvaStart; in emitFrameDataRecord() 373 OS.emitAbsoluteSymbolDiff(Label, FPO->Begin, 4); // RvaStart in emitFrameDataRecord()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 363 // ulittle32_t RvaStart; in emitFrameDataRecord() 373 OS.emitAbsoluteSymbolDiff(Label, FPO->Begin, 4); // RvaStart in emitFrameDataRecord()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | PdbUtil.cpp | 525 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData() 535 RangeListEntry fd_range(load_addr + it->RvaStart, it->CodeSize); in GetCorrespondingFrameData()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 570 support::ulittle32_t RvaStart; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 570 support::ulittle32_t RvaStart; member
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1097 W.printHex("RvaStart", FD.RvaStart); in printCodeViewSymbolSection()
|