Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h187 void addDebugInfo(DIGlobalVariableExpression *GV);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDConstantMerge.cpp83 To->addDebugInfo(MD); in copyDebugLocMetadata()
HDGlobalOpt.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-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.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-13-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1844 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp1726 CounterPtr->addDebugInfo(DICounter); in getOrCreateRegionCounters()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp2093 Attach->addDebugInfo(DGVE); in parseOneMetadata()