Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp797 ArrayRef<uint8_t> llvm::CodeViewYAML::toDebugT(ArrayRef<LeafRecord> Leafs, in toDebugT() argument
802 for (const auto &Leaf : Leafs) { in toDebugT()
/external/clang/lib/Serialization/
DASTWriter.cpp2192 auto Leafs = PP.getLeafModuleMacros(Name); in WritePreprocessor() local
2193 SmallVector<ModuleMacro*, 8> Worklist(Leafs.begin(), Leafs.end()); in WritePreprocessor()