Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp114 auto *DGVE = DB.createGlobalVariableExpression( in attachDebugInfo()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp961 auto GVExpression = DBuilder.createGlobalVariableExpression( in CreateOldModule()
969 DBuilder.createGlobalVariableExpression( in CreateOldModule()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h674 DIGlobalVariableExpression *createGlobalVariableExpression(
/llvm-project-15.0.7/llvm/unittests/IR/
H A DIRBuilderTest.cpp929 DIB.createGlobalVariableExpression(CU, "GV0", /*LinkageName=*/"", File, in TEST_F()
948 DIB.createGlobalVariableExpression(CU, "GV1", /*LinkageName=*/"", File, in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp950 auto *DICounter = DB.createGlobalVariableExpression( in getOrCreateRegionCounters()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5018 GVE = DBuilder.createGlobalVariableExpression( in CollectAnonRecordDecls()
5309 GVE = DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()
5399 GV.reset(DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()
5418 DBuilder.createGlobalVariableExpression( in EmitExternalVariable()
5474 DBuilder.createGlobalVariableExpression( in AddStringLiteralDebugInfo()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp736 DIGlobalVariableExpression *DIBuilder::createGlobalVariableExpression( in createGlobalVariableExpression() function in DIBuilder
H A DDebugInfo.cpp1454 return wrap(unwrap(Builder)->createGlobalVariableExpression( in LLVMDIBuilderCreateGlobalVariableExpression()