Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2022 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
Dmitrii Ishcheikin | d8d911d | 2022-08-31 16:32:53 +0000 | [diff] [blame] | 16 | |
| 17 | ART_COMPILER { |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 18 | global: |
| 19 | extern "C++" { |
Vladimir Marko | d5a4319 | 2022-09-30 16:18:02 +0200 | [diff] [blame] | 20 | art::debug::MakeMiniDebugInfo*; |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 21 | *art::debug::WriteDebugInfo*; |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 22 | art::Compiler::Create*; |
| 23 | art::CompilerOptions::*; |
| 24 | art::CreateTrampoline*; |
| 25 | art::IntrinsicObjects::*; |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 26 | art::linker::operator*art::linker::LinkerPatch::Type*; |
| 27 | art::operator*art::Whence*; |
| 28 | }; |
Dmitrii Ishcheikin | d8d911d | 2022-08-31 16:32:53 +0000 | [diff] [blame] | 29 | |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 30 | jit_load; |
Dmitrii Ishcheikin | d8d911d | 2022-08-31 16:32:53 +0000 | [diff] [blame] | 31 | |
Dmitrii Ishcheikin | dc4b8a2 | 2022-09-22 14:54:35 +0000 | [diff] [blame] | 32 | local: |
| 33 | *; |
Dmitrii Ishcheikin | d8d911d | 2022-08-31 16:32:53 +0000 | [diff] [blame] | 34 | }; |