Searched refs:WasmCodeSectionOffset (Results 1 – 3 of 3) sorted by relevance
420 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()
193 WasmCodeSectionOffset = Section.getAddress(); in mapVirtualAddress()
165 LVAddress WasmCodeSectionOffset = 0; variable