OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:llvm_error_handler
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/libbcc/lib/Support/
Initialization.cpp
29
void
llvm_error_handler
(void *pUserData, const std::string &pMessage,
function in namespace:__anon30273
46
llvm::install_fatal_error_handler(
llvm_error_handler
, NULL);
/frameworks/compile/mclinker/tools/mcld/lib/Support/
Initialization.cpp
25
void
llvm_error_handler
(void *pUserData, const std::string &pMessage) {
function in namespace:__anon30300
41
llvm::install_fatal_error_handler(
llvm_error_handler
, NULL);
/ndk/build/tools/toolchain-patches/mclinker/
0001-Compile-against-llvm-3.3.patch
299
-void
llvm_error_handler
(void *pUserData, const std::string &pMessage) {
300
+void
llvm_error_handler
(void *pUserData, const std::string &pMessage,
Completed in 80 milliseconds