Searched refs:RecordEnd (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | SymbolSerializer.cpp | 47 uint32_t RecordEnd = Writer.getOffset(); in visitSymbolEnd() local 48 uint16_t Length = RecordEnd - 2; in visitSymbolEnd() 53 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd); in visitSymbolEnd() 54 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd); in visitSymbolEnd() 55 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd); in visitSymbolEnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolSerializer.cpp | 47 uint32_t RecordEnd = Writer.getOffset(); in visitSymbolEnd() local 48 uint16_t Length = RecordEnd - 2; in visitSymbolEnd() 53 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd); in visitSymbolEnd() 54 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd); in visitSymbolEnd() 55 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd); in visitSymbolEnd()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 183 void RecordEnd(TaskType type, int cookie) { in RecordEnd() function in base::__anon9ed8289d0111::TaskList 246 order->RecordEnd(RECURSIVE, cookie); in RecursiveFunc() 252 order->RecordEnd(QUITMESSAGELOOP, cookie); in QuitFunc() 464 order->RecordEnd(MESSAGEBOX, cookie); in MessageBoxFunc() 475 order->RecordEnd(ENDDIALOG, cookie); in EndDialogFunc() 1178 order->RecordEnd(ORDERED, cookie); in OrderedFunc() 1281 order->RecordEnd(PUMPS, cookie); in FuncThatPumps() 1287 order->RecordEnd(SLEEP, cookie); in SleepFunc() 1338 order->RecordEnd(RUNS, cookie); in FuncThatRuns() 1449 order->RecordEnd(RUNS, cookie); in QuitAndRunNestedLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2705 MCSymbol *RecordEnd = beginSymbolRecord(SymbolKind::S_BLOCK32); in emitLexicalBlock() local 2718 endSymbolRecord(RecordEnd); in emitLexicalBlock()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 2735 MCSymbol *RecordEnd = beginSymbolRecord(SymbolKind::S_BLOCK32); in emitLexicalBlock() local 2748 endSymbolRecord(RecordEnd); in emitLexicalBlock()
|