Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalVariable.h182 void addDebugInfo(DIGlobalVariableExpression *GV);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp84 To->addDebugInfo(MD); in copyDebugLocMetadata()
H A DGlobalOpt.cpp493 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
1208 NewGV->addDebugInfo(DGVE); in TryToShrinkGlobalToBoolean()
1218 NewGV->addDebugInfo(GV); in TryToShrinkGlobalToBoolean()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1539 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4760 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
4783 return Var->addDebugInfo( in EmitGlobalVariable()
4830 Var->addDebugInfo(GVE); in EmitGlobalVariable()
4940 Var->addDebugInfo(GVE); in EmitExternalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1922 Attach->addDebugInfo(DGVE); in parseOneMetadata()