Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalVariable.h182 void addDebugInfo(DIGlobalVariableExpression *GV);
/external/llvm-project/llvm/include/llvm/IR/
DGlobalVariable.h182 void addDebugInfo(DIGlobalVariableExpression *GV);
/external/llvm-project/llvm/lib/Transforms/IPO/
DConstantMerge.cpp84 To->addDebugInfo(MD); in copyDebugLocMetadata()
DGlobalOpt.cpp489 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
1712 NewGV->addDebugInfo(DGVE); in TryToShrinkGlobalToBoolean()
1722 NewGV->addDebugInfo(GV); in TryToShrinkGlobalToBoolean()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp84 To->addDebugInfo(MD); in copyDebugLocMetadata()
DGlobalOpt.cpp468 NGV->addDebugInfo(NGVE); in transferSRADebugInfo()
1696 NewGV->addDebugInfo(DGVE); in TryToShrinkGlobalToBoolean()
1706 NewGV->addDebugInfo(GV); in TryToShrinkGlobalToBoolean()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DMethodDefinition.java378 addDebugInfo(methodItems); in getMethodItems()
576 private void addDebugInfo(final List<MethodItem> methodItems) { in addDebugInfo() method in MethodDefinition
/external/llvm-project/llvm/unittests/Transforms/Utils/
DCloningTest.cpp868 GV->addDebugInfo(GVExpression); in CreateOldModule()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1538 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/external/llvm-project/llvm/lib/IR/
DMetadata.cpp1527 void GlobalVariable::addDebugInfo(DIGlobalVariableExpression *GV) { in addDebugInfo() function in GlobalVariable
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp4629 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
4652 return Var->addDebugInfo( in EmitGlobalVariable()
4699 Var->addDebugInfo(GVE); in EmitGlobalVariable()
4809 Var->addDebugInfo(GVE); in EmitExternalVariable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1762 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp1922 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2316 NewGlobal->addDebugInfo(GV); in InstrumentGlobals()