Home
last modified time | relevance | path

Searched refs:setRegisterLocation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp557 Row.getRegisterLocations().setRegisterLocation(*RegNum, *O); in parseRows()
572 Row.getRegisterLocations().setRegisterLocation( in parseRows()
619 Row.getRegisterLocations().setRegisterLocation( in parseRows()
629 Row.getRegisterLocations().setRegisterLocation( in parseRows()
649 Row.getRegisterLocations().setRegisterLocation( in parseRows()
658 Row.getRegisterLocations().setRegisterLocation( in parseRows()
673 Row.getRegisterLocations().setRegisterLocation( in parseRows()
686 Row.getRegisterLocations().setRegisterLocation( in parseRows()
695 Row.getRegisterLocations().setRegisterLocation( in parseRows()
704 Row.getRegisterLocations().setRegisterLocation( in parseRows()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h186 void setRegisterLocation(uint32_t RegNum, const UnwindLocation &Location) { in setRegisterLocation() function