Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h368 void collectLexicalBlockInfo(SmallVectorImpl<LexicalScope *> &Scopes,
372 void collectLexicalBlockInfo(LexicalScope &Scope,
DCodeViewDebug.cpp2936 void CodeViewDebug::collectLexicalBlockInfo( in collectLexicalBlockInfo() function in CodeViewDebug
2942 collectLexicalBlockInfo(*Scope, Blocks, Locals, Globals); in collectLexicalBlockInfo()
2947 void CodeViewDebug::collectLexicalBlockInfo( in collectLexicalBlockInfo() function in CodeViewDebug
2998 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3027 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3042 collectLexicalBlockInfo(*CFS, in endFunctionImpl()