Searched refs:MethodList (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/DebugInfo/CodeView/
H A DMethodListRecordBuilder.cpp17 : ListRecordBuilder(TypeRecordKind::MethodList) {}
H A DFieldListRecordBuilder.cpp56 TypeIndex MethodList, StringRef Name) {
61 Builder.writeTypeIndex(MethodList);
55 writeMethod(uint16_t OverloadCount, TypeIndex MethodList, StringRef Name) argument
H A DTypeTableBuilder.cpp213 TypeTableBuilder::writeMethodList(MethodListRecordBuilder &MethodList) { argument
216 return writeRecord(MethodList.str());
/freebsd-11.0-release/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeTableBuilder.h52 TypeIndex writeMethodList(MethodListRecordBuilder &MethodList);
H A DFieldListRecordBuilder.h61 void writeMethod(uint16_t OverloadCount, TypeIndex MethodList,
H A DCodeView.h291 MethodList = 0x1206, member in class:llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::ModuleSubstreamKind::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::TypeRecordKind
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1483 /// Generates a MethodList. Used in construction of a objc_class and
1753 llvm::Constant *MethodList = local
1760 MethodList->getType(),
1761 MethodList->getType(),
1762 MethodList->getType(),
1763 MethodList->getType(),
1772 Elements.push_back(MethodList);
1773 Elements.push_back(MethodList);
1774 Elements.push_back(MethodList);
1775 Elements.push_back(MethodList);
2298 llvm::Constant *MethodList = GenerateMethodList(ClassName, "", local
[all...]

Completed in 65 milliseconds