HomeSort by: relevance | last modified time | path
    Searched refs:VFTableShapeRecord (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeVTShape.h 25 codeview::TypeIndex TI, codeview::VFTableShapeRecord SR);
39 codeview::VFTableShapeRecord Record;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeVTShape.cpp 9 codeview::VFTableShapeRecord SR)
SymbolCache.cpp 227 Id = createSymbolForType<NativeTypeVTShape, VFTableShapeRecord>(
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 552 class VFTableShapeRecord : public TypeRecord {
554 VFTableShapeRecord() = default;
555 explicit VFTableShapeRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
556 explicit VFTableShapeRecord(ArrayRef<VFTableSlotKind> Slots)
558 explicit VFTableShapeRecord(std::vector<VFTableSlotKind> Slots)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 208 VFTableShapeRecord &Shape) {
TypeDumpVisitor.cpp 403 VFTableShapeRecord &Shape) {
TypeRecordMapping.cpp 478 VFTableShapeRecord &Record) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 452 VFTableShapeRecord &Shape) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 553 template <> void LeafRecordImpl<VFTableShapeRecord>::map(IO &IO) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1990 VFTableShapeRecord VFTSR(Slots);

Completed in 37 milliseconds