Home
last modified time | relevance | path

Searched refs:collectMDNodes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h104 void collectMDNodes(MachineMDNodeListType &L, unsigned LB, unsigned UB) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineModuleSlotTracker.cpp63 collectMDNodes(L, MDNStartSlot, MDNEndSlot); in collectMachineMDNodes()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp5251 void ModuleSlotTracker::collectMDNodes(MachineMDNodeListType &L, unsigned LB, in collectMDNodes() function in ModuleSlotTracker