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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
SymbolSerializer.cpp 47 uint32_t RecordEnd = Writer.getOffset();
48 uint16_t Length = RecordEnd - 2;
53 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd);
54 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd);
55 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2768 MCSymbol *RecordEnd = beginSymbolRecord(SymbolKind::S_BLOCK32);
2781 endSymbolRecord(RecordEnd);

Completed in 16 milliseconds