Home
last modified time | relevance | path

Searched refs:CreateLexicalBlock (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h268 void CreateLexicalBlock(SourceLocation Loc);
DCGDebugInfo.cpp2995 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock() function in CGDebugInfo
3017 CreateLexicalBlock(Loc); in EmitLexicalBlockStart()
/external/llvm/bindings/go/llvm/
Ddibuilder.go163 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { func
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.h332 void CreateLexicalBlock(SourceLocation Loc);
DCGDebugInfo.cpp4022 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock() function in CGDebugInfo
4058 CreateLexicalBlock(Loc); in EmitLexicalBlockStart()
/external/llvm-project/llvm/bindings/go/llvm/
Ddibuilder.go177 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { func