Home
last modified time | relevance | path

Searched refs:setRelocationAddress (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h132 void setRelocationAddress(uint16_t Segment, uint32_t Offset);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugLinesSubsection.cpp149 void DebugLinesSubsection::setRelocationAddress(uint16_t Segment, in setRelocationAddress() function in DebugLinesSubsection
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp420 Result->setRelocationAddress(Lines.RelocSegment, Lines.RelocOffset); in toCodeViewSubsection()