Home
last modified time | relevance | path

Searched defs:RelocOffset (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h32 support::ulittle32_t RelocOffset; // Code offset of line contribution. member
139 uint32_t RelocOffset = 0; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFSection.cpp47 RelocOffsetT RelocOffset) { in appendRelocationOffset()
DIceOperand.h335 explicit RelocOffset(RelocOffsetT Offset) { setOffset(Offset); } in RelocOffset() function
DIceTargetLoweringX8664.cpp5921 constexpr RelocOffsetT RelocOffset = 0; in lowerCaseCluster() local
DIceTargetLoweringX8632.cpp6540 constexpr RelocOffsetT RelocOffset = 0; in lowerCaseCluster() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h91 uint32_t RelocOffset; member