Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h724 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 DMinimalTypeDumper.cpp485 M.Type, M.VFTableOffset, memberAttributes(M.Attrs)); in visitKnownRecord()
536 Method.VFTableOffset, memberAttributes(Method.Attrs)); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp154 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()()
156 Method.VFTableOffset = -1; in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2629 unsigned VFTableOffset = -1; in lowerRecordFieldList() local
2631 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
2636 translateMethodOptionFlags(SP), VFTableOffset, Name)); in lowerRecordFieldList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp513 io.mapRequired("VFTableOffset", Record.VFTableOffset); in mapping()