Searched refs:GVE (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | StripSymbols.cpp | 322 for (auto *GVE : GVEs) in runOnModule() local 323 LiveGVs.insert(GVE); in runOnModule()
|
D | GlobalOpt.cpp | 457 for (auto *GVE : GVs) { in transferSRADebugInfo() local 458 DIVariable *Var = GVE->getVariable(); in transferSRADebugInfo() 459 DIExpression *Expr = GVE->getExpression(); in transferSRADebugInfo() 467 auto *NGVE = DIGlobalVariableExpression::get(GVE->getContext(), Var, Expr); in transferSRADebugInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 977 for (auto *GVE : GVs) in beginModule() local 978 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule() 1023 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() local 1027 auto &GVMapEntry = GVMap[GVE->getVariable()]; in beginModule() 1028 auto *Expr = GVE->getExpression(); in beginModule() 1033 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() local 1034 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
|
D | CodeViewDebug.cpp | 2986 for (const auto *GVE : GVEs) in collectGlobalVariableInfo() local 2987 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo() 2993 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo() local 2994 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo() 2995 const DIExpression *DIE = GVE->getExpression(); in collectGlobalVariableInfo() 2998 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo() 3003 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 1126 LLVMMetadataRef LLVMDIGlobalVariableExpressionGetVariable(LLVMMetadataRef GVE); 1135 LLVMMetadataRef GVE);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 1296 LLVMMetadataRef LLVMDIGlobalVariableExpressionGetVariable(LLVMMetadataRef GVE) { in LLVMDIGlobalVariableExpressionGetVariable() argument 1297 return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->getVariable()); in LLVMDIGlobalVariableExpressionGetVariable() 1301 LLVMMetadataRef GVE) { in LLVMDIGlobalVariableExpressionGetExpression() argument 1302 return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->getExpression()); in LLVMDIGlobalVariableExpressionGetExpression()
|
D | Metadata.cpp | 1476 auto *GVE = cast<DIGlobalVariableExpression>(Attachment); in copyMetadata() local 1477 GV = GVE->getVariable(); in copyMetadata() 1478 E = GVE->getExpression(); in copyMetadata()
|
D | Verifier.cpp | 693 if (auto *GVE = dyn_cast<DIGlobalVariableExpression>(MD)) in visitGlobalVariable() local 694 visitDIGlobalVariableExpression(*GVE); in visitGlobalVariable() 1288 const DIGlobalVariableExpression &GVE) { in visitDIGlobalVariableExpression() argument 1289 AssertDI(GVE.getVariable(), "missing variable"); in visitDIGlobalVariableExpression() 1290 if (auto *Var = GVE.getVariable()) in visitDIGlobalVariableExpression() 1292 if (auto *Expr = GVE.getExpression()) { in visitDIGlobalVariableExpression() 1295 verifyFragmentExpression(*GVE.getVariable(), *Fragment, &GVE); in visitDIGlobalVariableExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 1084 for (auto *GVE : GVs) { in processGlobals() local 1086 visitMapDefType(GVE->getVariable()->getType(), GVTypeId); in processGlobals() 1088 visitTypeEntry(GVE->getVariable()->getType(), GVTypeId, false, false); in processGlobals()
|