Home
last modified time | relevance | path

Searched refs:test_symbol (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dinline-asm-globaladdress.ll7 ; CHECK: b {{_?}}test_symbol
9 call void asm sideeffect "b $0", "i"(void ()* @test_symbol)
14 ; CHECK: b {{_?}}test_symbol+4
16 …", "i"(void ()* bitcast (i8* getelementptr (i8, i8* bitcast (void ()* @test_symbol to i8*), i64 4)…
20 declare void @test_symbol()
/external/llvm/test/CodeGen/AArch64/
Dinline-asm-globaladdress.ll7 ; CHECK: b {{_?}}test_symbol
9 call void asm sideeffect "b $0", "i"(void ()* @test_symbol)
14 ; CHECK: b {{_?}}test_symbol+4
16 …", "i"(void ()* bitcast (i8* getelementptr (i8, i8* bitcast (void ()* @test_symbol to i8*), i64 4)…
20 declare void @test_symbol()
/external/fonttools/Tests/feaLib/
Dlexer_test.py79 def test_symbol(self): member in LexerTest