Home
last modified time | relevance | path

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

/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()