Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h26 class SDDbgLabel; variable
138 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
H A DSDNodeDbgValue.h242 class SDDbgLabel {
248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() function
H A DInstrEmitter.cpp954 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
H A DSelectionDAG.cpp10948 SDDbgLabel *SelectionDAG::getDbgLabel(DILabel *Label, in getDbgLabel()
10952 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
11467 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel()
H A DSelectionDAGBuilder.cpp6326 SDDbgLabel *SDV; in visitIntrinsicCall()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h82 class SDDbgLabel; variable
163 SmallVector<SDDbgLabel*, 4> DbgLabels;
174 void add(SDDbgLabel *L) { DbgLabels.push_back(L); }
202 using DbgLabelIterator = SmallVectorImpl<SDDbgLabel*>::iterator;
1771 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
1863 void AddDbgLabel(SDDbgLabel *DB);