Searched refs:getHeapAllocMarker (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 365 getHeapAllocMarker(), getPCSections(), getCFIType(), in dropMemRefs() 377 getHeapAllocMarker(), getPCSections(), getCFIType(), in setMemRefs() 401 getHeapAllocMarker() == MI.getHeapAllocMarker() && in cloneMemRefs() 488 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPreInstrSymbol() 504 getHeapAllocMarker(), getPCSections(), getCFIType(), in setPostInstrSymbol() 510 if (Marker == getHeapAllocMarker()) in setHeapAllocMarker() 523 getHeapAllocMarker(), PCSections, getCFIType(), in setPCSections() 533 getHeapAllocMarker(), getPCSections(), Type, getMMRAMetadata()); in setCFIType() 542 getHeapAllocMarker(), getPCSections(), getCFIType(), MMRAs); in setMMRAMetadata() 556 setHeapAllocMarker(MF, MI.getHeapAllocMarker()); in cloneInstrSymbols() [all …]
|
H A D | MIRPrinter.cpp | 848 if (MDNode *HeapAllocMarker = MI.getHeapAllocMarker()) { in print()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineInstr.h | 218 MDNode *getHeapAllocMarker() const { in getHeapAllocMarker() function 845 MDNode *getHeapAllocMarker() const { 849 return EI->getHeapAllocMarker();
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 1588 if (MI.getHeapAllocMarker()) { in shouldEmitUdt() 3096 if (MDNode *MD = MI.getHeapAllocMarker()) {
|