Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dcombiner-load-store-indexing.ll140 ; CHECK: BL @get_offset
145 %offset = call i64 @get_offset()
155 %offset = call i64 @get_offset()
180 ; CHECK: BL @get_offset
184 %offset = call i64 @get_offset()
190 declare i64 @get_offset()
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dexternref-tableget.ll58 declare i32 @get_offset()
64 ; CHECK-NEXT: call get_offset
68 %j = call i32 @get_offset()
H A Dfuncref-tableget.ll58 declare i32 @get_offset()
64 ; CHECK-NEXT: call get_offset
68 %j = call i32 @get_offset()
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_type.py380 self.assertEqual(teststruct.type.get_offset(fields[0].spelling), a1)
381 self.assertEqual(teststruct.type.get_offset(fields[1].spelling), a2)
382 self.assertEqual(teststruct.type.get_offset(fields[2].spelling), a3)
383 self.assertEqual(teststruct.type.get_offset(fields[3].spelling), a4)
420 self.assertEqual(teststruct.type.get_offset("typeanon"), f1)
421 self.assertEqual(teststruct.type.get_offset("bariton"), bariton)
422 self.assertEqual(teststruct.type.get_offset("foo"), foo)
423 self.assertEqual(teststruct.type.get_offset("bar"), bar)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp895 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset); in getOffset()
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py2391 def get_offset(self, fieldname): member in Type
/llvm-project-15.0.7/polly/lib/External/isl/include/isl/
H A Disl-noexceptions.h1937 inline isl::multi_aff get_offset() const;
10137 isl::multi_aff fixed_box::get_offset() const in get_offset() function