Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolSerializer.cpp48 uint32_t RecordEnd = Writer.getOffset(); in visitSymbolEnd() local
49 uint16_t Length = RecordEnd - 2; in visitSymbolEnd()
54 uint8_t *StableStorage = Storage.Allocate<uint8_t>(RecordEnd); in visitSymbolEnd()
55 ::memcpy(StableStorage, &RecordBuffer[0], RecordEnd); in visitSymbolEnd()
56 Record.RecordData = ArrayRef<uint8_t>(StableStorage, RecordEnd); in visitSymbolEnd()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc183 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-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2473 *RecordEnd = MMI->getContext().createTempSymbol(); in emitLexicalBlock() local
2477 OS.emitAbsoluteSymbolDiff(RecordEnd, RecordBegin, 2); // Record Length in emitLexicalBlock()
2493 OS.EmitLabel(RecordEnd); in emitLexicalBlock()