Searched refs:VFTableOffset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 724 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() argument 727 VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord() 729 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord() argument 731 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord() 737 int32_t getVFTableOffset() const { return VFTableOffset; } in getVFTableOffset() 747 int32_t VFTableOffset = 0; variable
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 486 M.Type, M.VFTableOffset, memberAttributes(M.Attrs)); in visitKnownRecord() 537 Method.VFTableOffset, memberAttributes(Method.Attrs)); in visitKnownMember()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeRecordMapping.cpp | 154 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()() 156 Method.VFTableOffset = -1; in operator ()()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2629 unsigned VFTableOffset = -1; in lowerRecordFieldList() 2631 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList() 2636 translateMethodOptionFlags(SP), VFTableOffset, Name)); in lowerRecordFieldList() 2611 unsigned VFTableOffset = -1; lowerRecordFieldList() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 514 io.mapRequired("VFTableOffset", Record.VFTableOffset); in mapping()
|