Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h395 GeneralFunction = 0x08 // member function, most general enumerator
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dtypes-ptr-to-member.ll133 ; CHECK: Representation: GeneralFunction (0x8)
H A Dtypes-basic.ll179 ; CHECK: Representation: GeneralFunction (0x8)
470 ; ASM: .short 0x8 # Representation: GeneralFunction
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp103 ENUM_ENTRY(PointerToMemberRepresentation, GeneralFunction),
H A DEnumTables.cpp393 CV_ENUM_CLASS_ENT(PointerToMemberRepresentation, GeneralFunction),
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp222 PointerToMemberRepresentation::GeneralFunction); in enumeration()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1919 : PointerToMemberRepresentation::GeneralFunction; in lowerTypePointer()