Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h730 OneMethodRecord(TypeIndex Type, MemberAttributes Attrs, int32_t VFTableOffset, in OneMethodRecord() argument
733 VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
735 MethodOptions Options, int32_t VFTableOffset, StringRef Name) in OneMethodRecord() argument
737 Attrs(Access, MK, Options), VFTableOffset(VFTableOffset), Name(Name) {} in OneMethodRecord()
743 int32_t getVFTableOffset() const { return VFTableOffset; } in getVFTableOffset()
753 int32_t VFTableOffset; variable
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp32 error(IO.mapInteger(Method.VFTableOffset)); in operator ()()
34 Method.VFTableOffset = -1; in operator ()()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp475 M.Type, M.VFTableOffset, memberAttributes(M.Attrs)); in visitKnownRecord()
526 Method.VFTableOffset, memberAttributes(Method.Attrs)); in visitKnownMember()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2338 unsigned VFTableOffset = -1; in lowerRecordFieldList() local
2340 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList()
2345 translateMethodOptionFlags(SP), VFTableOffset, Name)); in lowerRecordFieldList()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp506 io.mapRequired("VFTableOffset", Record.VFTableOffset); in mapping()