Home
last modified time | relevance | path

Searched refs:VTableSlotOffset (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DFieldListRecordBuilder.h21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {} in MethodInfo()
24 TypeIndex Type, int32_t VTableSlotOffset) in MethodInfo() argument
26 VTableSlotOffset(VTableSlotOffset) {} in MethodInfo()
32 int32_t getVTableSlotOffset() const { return VTableSlotOffset; } in getVTableSlotOffset()
39 int32_t VTableSlotOffset; variable
DMethodListRecordBuilder.h29 TypeIndex Type, int32_t VTableSlotOffset);
/external/llvm/lib/DebugInfo/CodeView/
DMethodListRecordBuilder.cpp21 int32_t VTableSlotOffset) { in writeMethod() argument
34 assert(VTableSlotOffset >= 0); in writeMethod()
35 Builder.writeInt32(VTableSlotOffset); in writeMethod()
39 assert(VTableSlotOffset == -1); in writeMethod()