Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp420 CurrentLowPC += WasmCodeSectionOffset; in processOneAttribute()
439 (FoundLowPC ? CurrentLowPC - WasmCodeSectionOffset : CurrentLowPC) + in processOneAttribute()
445 CurrentHighPC += WasmCodeSectionOffset; in processOneAttribute()
480 Range.LowPC += WasmCodeSectionOffset; in processOneAttribute()
481 Range.HighPC += WasmCodeSectionOffset; in processOneAttribute()
752 Line->setAddress(Row.Address.Address + WasmCodeSectionOffset); in createLineAndFileRecords()
H A DLVBinaryReader.cpp193 WasmCodeSectionOffset = Section.getAddress(); in mapVirtualAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h165 LVAddress WasmCodeSectionOffset = 0; variable