Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp434 CVSymbol &CVR, HeapAllocationSiteSym &HeapAllocSite) { in visitKnownRecord() argument
438 HeapAllocSite.getRelocationOffset(), in visitKnownRecord()
439 HeapAllocSite.CodeOffset, &LinkageName); in visitKnownRecord()
441 W.printHex("Segment", HeapAllocSite.Segment); in visitKnownRecord()
442 W.printHex("CallInstructionSize", HeapAllocSite.CallInstructionSize); in visitKnownRecord()
443 printTypeIndex("Type", HeapAllocSite.Type); in visitKnownRecord()
DSymbolRecordMapping.cpp329 CVSymbol &CVR, HeapAllocationSiteSym &HeapAllocSite) { in visitKnownRecord() argument
331 error(IO.mapInteger(HeapAllocSite.CodeOffset)); in visitKnownRecord()
332 error(IO.mapInteger(HeapAllocSite.Segment)); in visitKnownRecord()
333 error(IO.mapInteger(HeapAllocSite.CallInstructionSize)); in visitKnownRecord()
334 error(IO.mapInteger(HeapAllocSite.Type)); in visitKnownRecord()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1218 for (auto HeapAllocSite : FI.HeapAllocSites) { in emitDebugInfoForFunction() local
1219 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction()
1220 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction()
1221 const DIType *DITy = std::get<2>(HeapAllocSite); in emitDebugInfoForFunction()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DSelectionDAG.h282 MDNode *HeapAllocSite = nullptr;
2257 SDEI[Node].HeapAllocSite = MD;
2262 return I != SDEI.end() ? I->second.HeapAllocSite : nullptr;