Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h395 GeneralFunction = 0x08 // member function, most general enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp393 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, GeneralFunction),
H A DTypeDumpVisitor.cpp103 ENUM_ENTRY(PointerToMemberRepresentation, GeneralFunction),
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp222 PointerToMemberRepresentation::GeneralFunction); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1952 : PointerToMemberRepresentation::GeneralFunction; in translatePtrToMemberRep()