Searched refs:set_offset (Results 1 – 7 of 7) sorted by relevance
63 declare i32 @set_offset()69 ; CHECK-NEXT: call set_offset74 %j = call i32 @set_offset()
41 const lldb::offset_t set_offset = offset; in extract() local47 set_offset); in extract()
126 symbol->set_offset(dep.symbol->offset() + dep.offset); in Compute()189 base.set_offset(symbol.offset() - dep.offset); in DoCommonBlock()308 symbol.set_offset(offset_); in DoSymbol()
753 combinedSymbol.set_offset(first.offset()); in CombineEquivalencedInitialization()
74 Token &set_offset(int offset) { in ENUM_CLASS() function199 token_.set_offset(cursor_ - format_); in NextToken()414 token_.set_offset(cursor_ - format_); in NextToken()
567 void set_offset(std::size_t offset) { offset_ = offset; } in set_offset() function