Home
last modified time | relevance | path

Searched refs:CreateCompileUnit (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.h338 void CreateCompileUnit();
DCGDebugInfo.cpp47 CreateCompileUnit(); in CGDebugInfo()
319 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit() function in CGDebugInfo
/external/llvm/bindings/go/llvm/
Ddibuilder.go124 func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { func