Searched refs:get_offset (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | combiner-load-store-indexing.ll | 140 ; 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 D | externref-tableget.ll | 58 declare i32 @get_offset() 64 ; CHECK-NEXT: call get_offset 68 %j = call i32 @get_offset()
|
| H A D | funcref-tableget.ll | 58 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 D | test_type.py | 380 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 D | DIARawSymbol.cpp | 895 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset); in getOffset()
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 2391 def get_offset(self, fieldname): member in Type
|
| /llvm-project-15.0.7/polly/lib/External/isl/include/isl/ |
| H A D | isl-noexceptions.h | 1937 inline isl::multi_aff get_offset() const; 10137 isl::multi_aff fixed_box::get_offset() const in get_offset() function
|