Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp422 CVSymbol &CVR, HeapAllocationSiteSym &HeapAllocSite) { in visitKnownRecord() argument
426 HeapAllocSite.getRelocationOffset(), in visitKnownRecord()
427 HeapAllocSite.CodeOffset, &LinkageName); in visitKnownRecord()
429 W.printHex("Segment", HeapAllocSite.Segment); in visitKnownRecord()
430 W.printHex("CallInstructionSize", HeapAllocSite.CallInstructionSize); in visitKnownRecord()
431 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord()
DSymbolRecordMapping.cpp330 CVSymbol &CVR, HeapAllocationSiteSym &HeapAllocSite) { in visitKnownRecord() argument
332 error(IO.mapInteger(HeapAllocSite.CodeOffset)); in visitKnownRecord()
333 error(IO.mapInteger(HeapAllocSite.Segment)); in visitKnownRecord()
334 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); in visitKnownRecord()
335 error(IO.mapInteger(HeapAllocSite.Type)); in visitKnownRecord()
/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp420 SymbolKind Kind, HeapAllocationSiteSym &HeapAllocSite) { in visitHeapAllocationSiteSym() argument
426 "CodeOffset", HeapAllocSite.getRelocationOffset(), in visitHeapAllocationSiteSym()
427 HeapAllocSite.Header.CodeOffset, &LinkageName); in visitHeapAllocationSiteSym()
429 W.printHex("Segment", HeapAllocSite.Header.Segment); in visitHeapAllocationSiteSym()
430 W.printHex("CallInstructionSize", HeapAllocSite.Header.CallInstructionSize); in visitHeapAllocationSiteSym()
431 CVTD.printTypeIndex("Type", HeapAllocSite.Header.Type); in visitHeapAllocationSiteSym()