Home
last modified time | relevance | path

Searched defs:CreateLexicalBlock (Results 1 – 3 of 3) sorted by relevance

/external/llvm/bindings/go/llvm/
Ddibuilder.go163 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { func
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Ddibuilder.go170 func (d *DIBuilder) CreateLexicalBlock(diScope Metadata, b DILexicalBlock) Metadata { func
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp2995 void CGDebugInfo::CreateLexicalBlock(SourceLocation Loc) { in CreateLexicalBlock() function in CGDebugInfo