Searched refs:VFTableOffset (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 484 M.Type, M.VFTableOffset, memberAttributes(M.Attrs)); in visitKnownRecord() 535 Method.VFTableOffset, memberAttributes(Method.Attrs)); in visitKnownMember()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 154 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()() 156 Method.VFTableOffset = -1; in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2596 unsigned VFTableOffset = -1; in lowerRecordFieldList() local 2598 VFTableOffset = SP->getVirtualIndex() * getPointerSizeInBytes(); in lowerRecordFieldList() 2603 translateMethodOptionFlags(SP), VFTableOffset, Name)); in lowerRecordFieldList()
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 513 io.mapRequired("VFTableOffset", Record.VFTableOffset); in mapping()
|