Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.h588 void CreateCompileUnit();
H A DCGDebugInfo.cpp72 CreateCompileUnit(); in CGDebugInfo()
522 void CGDebugInfo::CreateCompileUnit() { in CreateCompileUnit() function in CGDebugInfo
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Ddibuilder.go125 func (d *DIBuilder) CreateCompileUnit(cu DICompileUnit) Metadata { func