Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h389 void collectLexicalBlockInfo(SmallVectorImpl<LexicalScope *> &Scopes,
393 void collectLexicalBlockInfo(LexicalScope &Scope,
H A DCodeViewDebug.cpp2969 void CodeViewDebug::collectLexicalBlockInfo( in collectLexicalBlockInfo() function in CodeViewDebug
2975 collectLexicalBlockInfo(*Scope, Blocks, Locals, Globals); in collectLexicalBlockInfo()
2980 void CodeViewDebug::collectLexicalBlockInfo( in collectLexicalBlockInfo() function in CodeViewDebug
3031 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3060 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3075 collectLexicalBlockInfo(*CFS, in endFunctionImpl()