Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A 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()
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1232 for (auto HeapAllocSite : FI.HeapAllocSites) { in emitDebugInfoForFunction() local
1233 const MCSymbol *BeginLabel = std::get<0>(HeapAllocSite); in emitDebugInfoForFunction()
1234 const MCSymbol *EndLabel = std::get<1>(HeapAllocSite); in emitDebugInfoForFunction()
1235 const DIType *DITy = std::get<2>(HeapAllocSite); in emitDebugInfoForFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h286 MDNode *HeapAllocSite = nullptr;
2318 SDEI[Node].HeapAllocSite = MD;
2323 return I != SDEI.end() ? I->second.HeapAllocSite : nullptr;