Searched refs:WasmCodeSectionOffset (Results 1 – 3 of 3) sorted by relevance
222 CurrentLowPC += WasmCodeSectionOffset; in processOneAttribute()241 (FoundLowPC ? CurrentLowPC - WasmCodeSectionOffset : CurrentLowPC) + in processOneAttribute()247 CurrentHighPC += WasmCodeSectionOffset; in processOneAttribute()283 Range.LowPC += WasmCodeSectionOffset; in processOneAttribute()284 Range.HighPC += WasmCodeSectionOffset; in processOneAttribute()551 Line->setAddress(Row.Address.Address + WasmCodeSectionOffset); in createLineAndFileRecords()
193 WasmCodeSectionOffset = Section.getAddress(); in mapVirtualAddress()
159 LVAddress WasmCodeSectionOffset = 0; variable