Searched refs:Leafs (Results 1 – 2 of 2) sorted by relevance
797 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT() argument802 for (const auto &Leaf : Leafs) { in toDebugT()
2192 auto Leafs = PP.getLeafModuleMacros(Name); in WritePreprocessor() local2193 SmallVector<ModuleMacro*, 8> Worklist(Leafs.begin(), Leafs.end()); in WritePreprocessor()