Searched refs:getHeapAllocMarker (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | MachineInstr.cpp | 349 getHeapAllocMarker(), getPCSections(), getCFIType()); in dropMemRefs() 360 getHeapAllocMarker(), getPCSections(), getCFIType()); in setMemRefs() 383 getHeapAllocMarker() == MI.getHeapAllocMarker() && in cloneMemRefs() 469 getHeapAllocMarker(), getPCSections(), getCFIType()); in setPreInstrSymbol() 484 getHeapAllocMarker(), getPCSections(), getCFIType()); in setPostInstrSymbol() 489 if (Marker == getHeapAllocMarker()) in setHeapAllocMarker() 502 getHeapAllocMarker(), PCSections, getCFIType()); in setPCSections() 511 getHeapAllocMarker(), getPCSections(), Type); in setCFIType() 525 setHeapAllocMarker(MF, MI.getHeapAllocMarker()); in cloneInstrSymbols() 1798 if (MDNode *HeapAllocMarker = getHeapAllocMarker()) { in print()
|
| D | MIRPrinter.cpp | 816 if (MDNode *HeapAllocMarker = MI.getHeapAllocMarker()) { in print()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | MachineInstr.h | 204 MDNode *getHeapAllocMarker() const { in getHeapAllocMarker() function 776 MDNode *getHeapAllocMarker() const { 780 return EI->getHeapAllocMarker();
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | CodeViewDebug.cpp | 1563 if (MI.getHeapAllocMarker()) { in beginFunctionImpl() 3063 if (MDNode *MD = MI.getHeapAllocMarker()) { in endFunctionImpl()
|