Home
last modified time | relevance | path

Searched refs:createGlobalVariableExpression (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDIBuilder.h583 DIGlobalVariableExpression *createGlobalVariableExpression(
/freebsd-12.1/contrib/llvm/lib/IR/
H A DDIBuilder.cpp640 DIGlobalVariableExpression *DIBuilder::createGlobalVariableExpression( in createGlobalVariableExpression() function in DIBuilder
H A DDebugInfo.cpp1233 return wrap(unwrap(Builder)->createGlobalVariableExpression( in LLVMDIBuilderCreateGlobalVariableExpression()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4153 GVE = DBuilder.createGlobalVariableExpression( in CollectAnonRecordDecls()
4204 GVE = DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()
4275 GV.reset(DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()