Home
last modified time | relevance | path

Searched refs:createTempGlobalVariableFwdDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DDebugInfoTest.cpp217 DIB.createTempGlobalVariableFwdDecl(CU, "dl", "_dl", F, 1, nullptr, true); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h683 DIGlobalVariable *createTempGlobalVariableFwdDecl(
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp755 DIGlobalVariable *DIBuilder::createTempGlobalVariableFwdDecl( in createTempGlobalVariableFwdDecl() function in DIBuilder
H A DDebugInfo.cpp1504 return wrap(unwrap(Builder)->createTempGlobalVariableFwdDecl( in LLVMDIBuilderCreateTempGlobalVariableFwdDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3841 auto *GV = DBuilder.createTempGlobalVariableFwdDecl( in getGlobalVariableForwardDeclaration()