Home
last modified time | relevance | path

Searched +full:auto +full:- +full:wrap (Results 1 – 25 of 1067) sorted by relevance

12345678910>>...43

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1 //===- DebugInfo.cpp - Debug Information Helper Classes -------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 #include "llvm-c/DebugInfo.h"
44 if (auto *LocalScope = dyn_cast_or_null<DILocalScope>(Scope)) in getDISubprogram()
45 return LocalScope->getSubprogram(); in getDISubprogram()
49 //===----------------------------------------------------------------------===//
51 //===----------------------------------------------------------------------===//
63 for (auto *CU : M.debug_compile_units()) in processModule()
[all …]
DCore.cpp1 //===-- Core.cpp ----------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
14 #include "llvm-c/Core.h"
63 /*===-- Error handling ----------------------------------------------------===*/
74 /*===-- Operations on contexts --------------------------------------------===*/
79 return wrap(new LLVMContext()); in LLVMContextCreate()
82 LLVMContextRef LLVMGetGlobalContext() { return wrap(&*GlobalContext); } in LLVMGetGlobalContext()
87 unwrap(C)->setDiagnosticHandlerCallBack( in LLVMContextSetDiagnosticHandler()
[all …]
/third_party/cef/libcef_dll/cpptoc/
Dclient_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
38 // MEMBER FUNCTIONS - Body may be edited by hand.
42 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in client_get_audio_handler()
50 CefClientCppToC::Get(self)->GetAudioHandler(); in client_get_audio_handler()
53 return CefAudioHandlerCppToC::Wrap(_retval); in client_get_audio_handler()
58 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in client_get_context_menu_handler()
66 CefClientCppToC::Get(self)->GetContextMenuHandler(); in client_get_context_menu_handler()
69 return CefContextMenuHandlerCppToC::Wrap(_retval); in client_get_context_menu_handler()
74 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in client_get_dialog_handler()
[all …]
Dresource_request_handler_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
27 // MEMBER FUNCTIONS - Body may be edited by hand.
35 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in resource_request_handler_get_cookie_access_filter()
48 CefResourceRequestHandlerCppToC::Get(self)->GetCookieAccessFilter( in resource_request_handler_get_cookie_access_filter()
49 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in resource_request_handler_get_cookie_access_filter()
50 CefRequestCToCpp::Wrap(request)); in resource_request_handler_get_cookie_access_filter()
53 return CefCookieAccessFilterCppToC::Wrap(_retval); in resource_request_handler_get_cookie_access_filter()
63 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in resource_request_handler_on_before_resource_load()
80 CefResourceRequestHandlerCppToC::Get(self)->OnBeforeResourceLoad( in resource_request_handler_on_before_resource_load()
[all …]
Drender_process_handler_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
28 // MEMBER FUNCTIONS - Body may be edited by hand.
32 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in render_process_handler_on_web_kit_initialized()
39 CefRenderProcessHandlerCppToC::Get(self)->OnWebKitInitialized(); in render_process_handler_on_web_kit_initialized()
46 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in render_process_handler_on_browser_created()
58 CefRenderProcessHandlerCppToC::Get(self)->OnBrowserCreated( in render_process_handler_on_browser_created()
59 CefBrowserCToCpp::Wrap(browser), in render_process_handler_on_browser_created()
60 CefDictionaryValueCToCpp::Wrap(extra_info)); in render_process_handler_on_browser_created()
66 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in render_process_handler_on_browser_destroyed()
[all …]
Drequest_context_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
28 // GLOBAL FUNCTIONS - Body may be edited by hand.
31 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_request_context_get_global_context()
37 return CefRequestContextCppToC::Wrap(_retval); in cef_request_context_get_global_context()
43 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_request_context_create_context()
58 settingsObj, CefRequestContextHandlerCToCpp::Wrap(handler)); in cef_request_context_create_context()
61 return CefRequestContextCppToC::Wrap(_retval); in cef_request_context_create_context()
67 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_create_context_shared()
78 CefRequestContextHandlerCToCpp::Wrap(handler)); in cef_create_context_shared()
[all …]
Drequest_handler_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
29 // MEMBER FUNCTIONS - Body may be edited by hand.
40 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in request_handler_on_before_browse()
59 bool _retval = CefRequestHandlerCppToC::Get(self)->OnBeforeBrowse( in request_handler_on_before_browse()
60 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in request_handler_on_before_browse()
61 CefRequestCToCpp::Wrap(request), user_gesture ? true : false, in request_handler_on_before_browse()
77 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in request_handler_on_open_urlfrom_tab()
96 bool _retval = CefRequestHandlerCppToC::Get(self)->OnOpenURLFromTab( in request_handler_on_open_urlfrom_tab()
97 CefBrowserCToCpp::Wrap(browser), CefFrameCToCpp::Wrap(frame), in request_handler_on_open_urlfrom_tab()
[all …]
Dv8value_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
25 // GLOBAL FUNCTIONS - Body may be edited by hand.
28 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_v8value_create_undefined()
34 return CefV8ValueCppToC::Wrap(_retval); in cef_v8value_create_undefined()
38 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_v8value_create_null()
44 return CefV8ValueCppToC::Wrap(_retval); in cef_v8value_create_null()
48 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_v8value_create_bool()
54 return CefV8ValueCppToC::Wrap(_retval); in cef_v8value_create_bool()
58 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in cef_v8value_create_int()
[all …]
/third_party/cef/libcef_dll/ctocpp/
Dclient_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
36 // VIRTUAL METHODS - Body may be edited by hand.
38 NO_SANITIZE("cfi-icall")
44 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetAudioHandler()
47 cef_audio_handler_t* _retval = _struct->get_audio_handler(_struct); in GetAudioHandler()
50 return CefAudioHandlerCToCpp::Wrap(_retval); in GetAudioHandler()
53 NO_SANITIZE("cfi-icall")
59 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetContextMenuHandler()
63 _struct->get_context_menu_handler(_struct); in GetContextMenuHandler()
[all …]
Dresource_request_handler_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
25 // VIRTUAL METHODS - Body may be edited by hand.
27 NO_SANITIZE("cfi-icall")
37 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetCookieAccessFilter()
46 cef_cookie_access_filter_t* _retval = _struct->get_cookie_access_filter( in GetCookieAccessFilter()
47 _struct, CefBrowserCppToC::Wrap(browser), CefFrameCppToC::Wrap(frame), in GetCookieAccessFilter()
48 CefRequestCppToC::Wrap(request)); in GetCookieAccessFilter()
51 return CefCookieAccessFilterCToCpp::Wrap(_retval); in GetCookieAccessFilter()
54 NO_SANITIZE("cfi-icall")
[all …]
Drender_process_handler_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
26 // VIRTUAL METHODS - Body may be edited by hand.
28 NO_SANITIZE("cfi-icall")
34 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnWebKitInitialized()
37 _struct->on_web_kit_initialized(_struct); in OnWebKitInitialized()
40 NO_SANITIZE("cfi-icall")
48 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnBrowserCreated()
57 _struct->on_browser_created(_struct, CefBrowserCppToC::Wrap(browser), in OnBrowserCreated()
58 CefDictionaryValueCppToC::Wrap(extra_info)); in OnBrowserCreated()
[all …]
Drequest_context_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
28 // STATIC METHODS - Body may be edited by hand.
30 NO_SANITIZE("cfi-icall")
32 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetGlobalContext()
38 return CefRequestContextCToCpp::Wrap(_retval); in GetGlobalContext()
41 NO_SANITIZE("cfi-icall")
45 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in CreateContext()
51 &settings, CefRequestContextHandlerCppToC::Wrap(handler)); in CreateContext()
54 return CefRequestContextCToCpp::Wrap(_retval); in CreateContext()
[all …]
Drender_handler_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
21 // VIRTUAL METHODS - Body may be edited by hand.
23 NO_SANITIZE("cfi-icall")
32 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetAccessibilityHandler()
36 _struct->get_accessibility_handler(_struct); in GetAccessibilityHandler()
39 return CefAccessibilityHandlerCToCpp::Wrap(_retval); in GetAccessibilityHandler()
42 NO_SANITIZE("cfi-icall")
51 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in GetRootScreenRect()
59 int _retval = _struct->get_root_screen_rect( in GetRootScreenRect()
[all …]
Dv8value_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
25 // STATIC METHODS - Body may be edited by hand.
27 NO_SANITIZE("cfi-icall") CefRefPtr<CefV8Value> CefV8Value::CreateUndefined() { in CreateUndefined()
28 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in CreateUndefined()
34 return CefV8ValueCToCpp::Wrap(_retval); in CreateUndefined()
37 NO_SANITIZE("cfi-icall") CefRefPtr<CefV8Value> CefV8Value::CreateNull() { in CreateNull()
38 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in CreateNull()
44 return CefV8ValueCToCpp::Wrap(_retval); in CreateNull()
47 NO_SANITIZE("cfi-icall")
[all …]
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
22 // MEMBER FUNCTIONS - Body may be edited by hand.
29 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in window_delegate_on_window_created()
40 CefWindowDelegateCppToC::Get(self)->OnWindowCreated( in window_delegate_on_window_created()
41 CefWindowCToCpp::Wrap(window)); in window_delegate_on_window_created()
49 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in window_delegate_on_window_destroyed()
60 CefWindowDelegateCppToC::Get(self)->OnWindowDestroyed( in window_delegate_on_window_destroyed()
61 CefWindowCToCpp::Wrap(window)); in window_delegate_on_window_destroyed()
71 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in window_delegate_get_parent_window()
[all …]
Dbrowser_view_delegate_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
24 // MEMBER FUNCTIONS - Body may be edited by hand.
32 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in browser_view_delegate_on_browser_created()
47 CefBrowserViewDelegateCppToC::Get(self)->OnBrowserCreated( in browser_view_delegate_on_browser_created()
48 CefBrowserViewCToCpp::Wrap(browser_view), in browser_view_delegate_on_browser_created()
49 CefBrowserCToCpp::Wrap(browser)); in browser_view_delegate_on_browser_created()
58 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in browser_view_delegate_on_browser_destroyed()
73 CefBrowserViewDelegateCppToC::Get(self)->OnBrowserDestroyed( in browser_view_delegate_on_browser_destroyed()
74 CefBrowserViewCToCpp::Wrap(browser_view), in browser_view_delegate_on_browser_destroyed()
[all …]
Dmenu_button_delegate_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
24 // MEMBER FUNCTIONS - Body may be edited by hand.
33 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in menu_button_delegate_on_menu_button_pressed()
55 CefMenuButtonDelegateCppToC::Get(self)->OnMenuButtonPressed( in menu_button_delegate_on_menu_button_pressed()
56 CefMenuButtonCToCpp::Wrap(menu_button), screen_pointVal, in menu_button_delegate_on_menu_button_pressed()
57 CefMenuButtonPressedLockCToCpp::Wrap(button_pressed_lock)); in menu_button_delegate_on_menu_button_pressed()
65 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in menu_button_delegate_on_button_pressed()
78 ->OnButtonPressed(CefButtonCToCpp::Wrap(button)); in menu_button_delegate_on_button_pressed()
86 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in menu_button_delegate_on_button_state_changed()
[all …]
Dtextfield_delegate_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
22 // MEMBER FUNCTIONS - Body may be edited by hand.
30 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in textfield_delegate_on_key_event()
50 bool _retval = CefTextfieldDelegateCppToC::Get(self)->OnKeyEvent( in textfield_delegate_on_key_event()
51 CefTextfieldCToCpp::Wrap(textfield), eventObj); in textfield_delegate_on_key_event()
62 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in textfield_delegate_on_after_user_action()
73 CefTextfieldDelegateCppToC::Get(self)->OnAfterUserAction( in textfield_delegate_on_after_user_action()
74 CefTextfieldCToCpp::Wrap(textfield)); in textfield_delegate_on_after_user_action()
82 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in textfield_delegate_get_preferred_size()
[all …]
Dbutton_delegate_cpptoc.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
23 // MEMBER FUNCTIONS - Body may be edited by hand.
30 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in button_delegate_on_button_pressed()
41 CefButtonDelegateCppToC::Get(self)->OnButtonPressed( in button_delegate_on_button_pressed()
42 CefButtonCToCpp::Wrap(button)); in button_delegate_on_button_pressed()
50 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in button_delegate_on_button_state_changed()
61 CefButtonDelegateCppToC::Get(self)->OnButtonStateChanged( in button_delegate_on_button_state_changed()
62 CefButtonCToCpp::Wrap(button)); in button_delegate_on_button_state_changed()
70 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in button_delegate_get_preferred_size()
[all …]
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
20 // VIRTUAL METHODS - Body may be edited by hand.
22 NO_SANITIZE("cfi-icall")
30 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnWindowCreated()
38 _struct->on_window_created(_struct, CefWindowCppToC::Wrap(window)); in OnWindowCreated()
41 NO_SANITIZE("cfi-icall")
49 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnWindowDestroyed()
57 _struct->on_window_destroyed(_struct, CefWindowCppToC::Wrap(window)); in OnWindowDestroyed()
60 NO_SANITIZE("cfi-icall")
[all …]
Dbrowser_view_delegate_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
22 // VIRTUAL METHODS - Body may be edited by hand.
24 NO_SANITIZE("cfi-icall")
34 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnBrowserCreated()
46 _struct->on_browser_created(_struct, CefBrowserViewCppToC::Wrap(browser_view), in OnBrowserCreated()
47 CefBrowserCppToC::Wrap(browser)); in OnBrowserCreated()
50 NO_SANITIZE("cfi-icall")
60 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnBrowserDestroyed()
72 _struct->on_browser_destroyed(_struct, in OnBrowserDestroyed()
[all …]
Dmenu_button_delegate_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
22 // VIRTUAL METHODS - Body may be edited by hand.
24 NO_SANITIZE("cfi-icall")
35 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnMenuButtonPressed()
47 _struct->on_menu_button_pressed( in OnMenuButtonPressed()
48 _struct, CefMenuButtonCppToC::Wrap(menu_button), &screen_point, in OnMenuButtonPressed()
49 CefMenuButtonPressedLockCppToC::Wrap(button_pressed_lock)); in OnMenuButtonPressed()
52 NO_SANITIZE("cfi-icall")
61 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnButtonPressed()
[all …]
Dtextfield_delegate_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
20 // VIRTUAL METHODS - Body may be edited by hand.
22 NO_SANITIZE("cfi-icall")
31 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnKeyEvent()
39 int _retval = _struct->on_key_event( in OnKeyEvent()
40 _struct, CefTextfieldCppToC::Wrap(textfield), &event); in OnKeyEvent()
46 NO_SANITIZE("cfi-icall")
55 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnAfterUserAction()
63 _struct->on_after_user_action(_struct, CefTextfieldCppToC::Wrap(textfield)); in OnAfterUserAction()
[all …]
Dbutton_delegate_ctocpp.cc2 // reserved. Use of this source code is governed by a BSD-style license that
5 // ---------------------------------------------------------------------------
21 // VIRTUAL METHODS - Body may be edited by hand.
23 NO_SANITIZE("cfi-icall")
31 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnButtonPressed()
39 _struct->on_button_pressed(_struct, CefButtonCppToC::Wrap(button)); in OnButtonPressed()
42 NO_SANITIZE("cfi-icall")
51 // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING in OnButtonStateChanged()
59 _struct->on_button_state_changed(_struct, CefButtonCppToC::Wrap(button)); in OnButtonStateChanged()
62 NO_SANITIZE("cfi-icall")
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcCBindings.cpp1 //===----------- OrcCBindings.cpp - C bindings for the Orc APIs -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 #include "llvm-c/OrcBindings.h"
18 Triple T(TM2->getTargetTriple()); in LLVMOrcCreateInstance()
20 auto IndirectStubsMgrBuilder = in LLVMOrcCreateInstance()
26 return wrap(JITStack); in LLVMOrcCreateInstance()
48 if (auto Addr = J.createLazyCompileCallback(Callback, CallbackCtx)) { in LLVMOrcCreateLazyCompileCallback()
52 return wrap(Addr.takeError()); in LLVMOrcCreateLazyCompileCallback()
59 return wrap(J.createIndirectStub(StubName, InitAddr)); in LLVMOrcCreateIndirectStub()
[all …]

12345678910>>...43