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.cpp222 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()
H A DLVBinaryReader.cpp193 WasmCodeSectionOffset = Section.getAddress(); in mapVirtualAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h159 LVAddress WasmCodeSectionOffset = 0; variable