Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h187 void addDebugInfo(DIGlobalVariableExpression *GV); in addAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp83 To->addDebugInfo(MD); in copyDebugLocMetadata()
H A DGlobalOpt.cpp487 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
509 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
1237 NewGV->addDebugInfo(DGVE); in TryToShrinkGlobalToBoolean()
1247 NewGV->addDebugInfo(GV); in TryToShrinkGlobalToBoolean()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp5379 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
5633 return Var->addDebugInfo( in EmitGlobalVariable()
5680 Var->addDebugInfo(GVE); in EmitGlobalVariable()
5777 Var->addDebugInfo(GVE); in EmitExternalVariable()
5875 GV->addDebugInfo(Debug); in AddStringLiteralDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1844 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1726 CounterPtr->addDebugInfo(DICounter); in getOrCreateRegionCounters()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2093 Attach->addDebugInfo(DGVE); in parseOneMetadata()