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.h723 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() argument
726 VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
728 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord() argument
730 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
736 int32_t getVFTableOffset() const { return VFTableOffset; } in getVFTableOffset()
746 int32_t VFTableOffset = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp486 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 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.cpp2643 unsigned VFTableOffset = -1; in lowerRecordFieldList() local
2645 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
2650 translateMethodOptionFlags(SP), VFTableOffset, Name)); in lowerRecordFieldList()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp514 io.mapRequired("VFTableOffset", Record.VFTableOffset); in mapping()