Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h26 class SDDbgLabel; variable
128 MachineInstr *EmitDbgLabel(SDDbgLabel *SD);
H A DSDNodeDbgValue.h241 class SDDbgLabel {
247 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() function
H A DInstrEmitter.cpp857 InstrEmitter::EmitDbgLabel(SDDbgLabel *SD) { in EmitDbgLabel()
H A DSelectionDAG.cpp8897 SDDbgLabel *SelectionDAG::getDbgLabel(DILabel *Label, in getDbgLabel()
8901 return new (DbgInfo->getAlloc()) SDDbgLabel(Label, DL, O); in getDbgLabel()
9384 void SelectionDAG::AddDbgLabel(SDDbgLabel *DB) { DbgInfo->add(DB); } in AddDbgLabel()
H A DSelectionDAGBuilder.cpp6072 SDDbgLabel *SDV; in visitIntrinsicCall()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h78 class SDDbgLabel; variable
154 SmallVector<SDDbgLabel*, 4> DbgLabels;
165 void add(SDDbgLabel *L) { DbgLabels.push_back(L); }
193 using DbgLabelIterator = SmallVectorImpl<SDDbgLabel*>::iterator;
1509 SDDbgLabel *getDbgLabel(DILabel *Label, const DebugLoc &DL, unsigned O);
1601 void AddDbgLabel(SDDbgLabel *DB);