Home
last modified time | relevance | path

Searched defs:main_function (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp33 int dllThunkIntercept(const char* main_function, uptr dll_function) { in dllThunkIntercept()
40 int dllThunkInterceptWhenPossible(const char* main_function, in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_dll_thunk.h30 #define INTERCEPT_OR_DIE(main_function, dll_function) \ argument
41 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1624 Function *const main_function = in runOnModule() local