OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Virtuality
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Support/
Dwarf.cpp
542
/// VirtualityString - Return the string for the specified
virtuality
.
544
const char *llvm::dwarf::VirtualityString(unsigned
Virtuality
) {
545
switch (
Virtuality
) {
[
all
...]
/external/llvm/include/llvm/
DIBuilder.h
563
/// @param
Virtuality
Attributes describing virtualness. e.g. pure
577
unsigned
Virtuality
= 0, unsigned VTableIndex = 0,
[
all
...]
/external/llvm/include/llvm/Support/
Dwarf.h
537
//
Virtuality
codes
725
/// VirtualityString - Return the string for the specified
virtuality
.
727
const char *VirtualityString(unsigned
Virtuality
);
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
[
all
...]
Completed in 195 milliseconds