Home
last modified time | relevance | path

Searched refs:set_offset (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dfuncref-tableset.ll63 declare i32 @set_offset()
69 ; CHECK-NEXT: call set_offset
74 %j = call i32 @set_offset()
H A Dexternref-tableset.ll63 declare i32 @set_offset()
69 ; CHECK-NEXT: call set_offset
74 %j = call i32 @set_offset()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAranges.cpp41 const lldb::offset_t set_offset = offset; in extract() local
47 set_offset); in extract()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcompute-offsets.cpp126 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()
H A Ddata-to-inits.cpp753 combinedSymbol.set_offset(first.offset()); in CombineEquivalencedInitialization()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dformat.h74 Token &set_offset(int offset) { in ENUM_CLASS() function
199 token_.set_offset(cursor_ - format_); in NextToken()
414 token_.set_offset(cursor_ - format_); in NextToken()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h567 void set_offset(std::size_t offset) { offset_ = offset; } in set_offset() function