Home
last modified time | relevance | path

Searched refs:addDebugInfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h187 void addDebugInfo(DIGlobalVariableExpression *GV);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp82 To->addDebugInfo(MD); in copyDebugLocMetadata()
H A DGlobalOpt.cpp477 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
499 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
1226 NewGV->addDebugInfo(DGVE); in TryToShrinkGlobalToBoolean()
1236 NewGV->addDebugInfo(GV); in TryToShrinkGlobalToBoolean()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5244 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
5492 return Var->addDebugInfo( in EmitGlobalVariable()
5539 Var->addDebugInfo(GVE); in EmitGlobalVariable()
5636 Var->addDebugInfo(GVE); in EmitExternalVariable()
5692 GV->addDebugInfo(Debug); in AddStringLiteralDebugInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1386 CounterPtr->addDebugInfo(DICounter); in getOrCreateRegionCounters()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1835 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2076 Attach->addDebugInfo(DGVE); in parseOneMetadata()