Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_new_delete.cpp28 #define COMMENT_EXPORT(sym) __pragma(comment(linker, "/export:" sym)) macro
30 COMMENT_EXPORT("??2@YAPEAX_K@Z") // operator new
32 COMMENT_EXPORT("??3@YAXPEAX@Z") // operator delete
34 COMMENT_EXPORT("??_U@YAPEAX_K@Z") // operator new[]
35 COMMENT_EXPORT("??_V@YAXPEAX@Z") // operator delete[]
37 COMMENT_EXPORT("??2@YAPAXI@Z") // operator new
38 COMMENT_EXPORT("??2@YAPAXIABUnothrow_t@std@@@Z") // operator new nothrow
39 COMMENT_EXPORT("??3@YAXPAX@Z") // operator delete
41 COMMENT_EXPORT("??_U@YAPAXI@Z") // operator new[]
42 COMMENT_EXPORT("??_V@YAXPAX@Z") // operator delete[]
[all …]