OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDeletedVirtualCallName
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
50
StringRef
GetDeletedVirtualCallName
() { return "_purecall"; }
[
all
...]
ItaniumCXXABI.cpp
154
StringRef
GetDeletedVirtualCallName
() { return "__cxa_deleted_virtual"; }
[
all
...]
Completed in 155 milliseconds