Home
last modified time | relevance | path

Searched refs:getIncludePathForIndex (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h246 virtual StringRef getIncludePathForIndex(unsigned index) { in getIncludePathForIndex() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp3429 dbgs() << "INCLUDED: " << getIncludePathForIndex(index) << "\n"; in SelectCodeCommon()