Home
last modified time | relevance | path

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

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