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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
SymbolRecordHelpers.h 18 /// "parent" and "end" fields, which contain the offset of the S_END or
41 case SymbolKind::S_END:
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeIndexDiscovery.cpp 447 case SymbolKind::S_END:
  /src/external/gpl3/binutils/dist/ld/
pdb.h 74 #define S_END 0x0006
pdb.c 935 case S_END:
1101 /* Skip to after S_END. */
1348 case S_END:
1353 if (type == S_PROC_ID_END) /* transform to S_END */
1354 bfd_putl16 (S_END, *buf + sizeof (uint16_t));
1773 /* Skip to after S_END. */
1803 case S_END: /* always copied */
  /src/external/gpl3/binutils.old/dist/ld/
pdb.h 74 #define S_END 0x0006
pdb.c 935 case S_END:
1101 /* Skip to after S_END. */
1348 case S_END:
1353 if (type == S_PROC_ID_END) /* transform to S_END */
1354 bfd_putl16 (S_END, *buf + sizeof (uint16_t));
1773 /* Skip to after S_END. */
1803 case S_END: /* always copied */
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 975 // Emit an S_THUNK32/S_END symbol pair for a thunk routine.
2764 /// Emit an S_BLOCK32 and S_END record pair delimiting the contents of a
2791 emitEndSymbolRecord(SymbolKind::S_END);

Completed in 43 milliseconds