Home
last modified time | relevance | path

Searched refs:GVE (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm-project/llvm/test/DebugInfo/Generic/
Dglobal-sra-single-member.ll16 ; CHECK: @a.0 = internal unnamed_addr global i32 0, align 4, !dbg ![[GVE:.*]]
34 ; CHECK: ![[GVE]] = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
Dglobal-sra-struct-fwd-decl.ll26 ; CHECK: @d.0 = internal unnamed_addr global i64 0, align 8, !dbg ![[GVE:.*]]
48 ; CHECK: ![[GVE]] = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
Dglobal-sra-struct-zero-length.ll29 ; CHECK: @d.0 = internal unnamed_addr global i64 0, align 8, !dbg ![[GVE:.*]]
51 ; CHECK: ![[GVE]] = !DIGlobalVariableExpression(var: !1, expr: !DIExpression())
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DStripSymbols.cpp322 for (auto *GVE : GVEs) in runOnModule() local
323 LiveGVs.insert(GVE); in runOnModule()
DGlobalOpt.cpp457 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()
/external/llvm-project/llvm/lib/Transforms/IPO/
DStripSymbols.cpp321 for (auto *GVE : GVEs) in stripDeadDebugInfoImpl() local
322 LiveGVs.insert(GVE); in stripDeadDebugInfoImpl()
DGlobalOpt.cpp476 for (auto *GVE : GVs) { in transferSRADebugInfo() local
477 DIVariable *Var = GVE->getVariable(); in transferSRADebugInfo()
478 DIExpression *Expr = GVE->getExpression(); in transferSRADebugInfo()
488 auto *NGVE = DIGlobalVariableExpression::get(GVE->getContext(), Var, Expr); in transferSRADebugInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DDebugInfo.h1126 LLVMMetadataRef LLVMDIGlobalVariableExpressionGetVariable(LLVMMetadataRef GVE);
1135 LLVMMetadataRef GVE);
/external/llvm-project/llvm/include/llvm-c/
DDebugInfo.h1133 LLVMMetadataRef LLVMDIGlobalVariableExpressionGetVariable(LLVMMetadataRef GVE);
1142 LLVMMetadataRef GVE);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp977 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()
DCodeViewDebug.cpp2986 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()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3638 if (auto *GVE = dyn_cast_or_null<llvm::DIGlobalVariableExpression>(N)) in getDeclarationOrDefinition() local
3639 return GVE->getVariable(); in getDeclarationOrDefinition()
4612 llvm::DIGlobalVariableExpression *GVE = nullptr; in CollectAnonRecordDecls() local
4621 GVE = CollectAnonRecordDecls(RT->getDecl(), Unit, LineNo, LinkageName, in CollectAnonRecordDecls()
4626 GVE = DBuilder.createGlobalVariableExpression( in CollectAnonRecordDecls()
4629 Var->addDebugInfo(GVE); in CollectAnonRecordDecls()
4631 return GVE; in CollectAnonRecordDecls()
4667 llvm::DIGlobalVariableExpression *GVE = nullptr; in EmitGlobalVariable() local
4676 GVE = CollectAnonRecordDecls(RD, Unit, LineNo, LinkageName, Var, DContext); in EmitGlobalVariable()
4693 GVE = DBuilder.createGlobalVariableExpression( in EmitGlobalVariable()
[all …]
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1145 for (auto *GVE : GVs) in beginModule() local
1146 GVMap[GVE->getVariable()].push_back({&Global, GVE->getExpression()}); in beginModule()
1191 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() local
1195 auto &GVMapEntry = GVMap[GVE->getVariable()]; in beginModule()
1196 auto *Expr = GVE->getExpression(); in beginModule()
1201 for (auto *GVE : CUNode->getGlobalVariables()) { in beginModule() local
1202 DIGlobalVariable *GV = GVE->getVariable(); in beginModule()
DCodeViewDebug.cpp3020 for (const auto *GVE : GVEs) in collectGlobalVariableInfo() local
3021 GlobalMap[GVE] = &GV; in collectGlobalVariableInfo()
3027 for (const auto *GVE : CU->getGlobalVariables()) { in collectGlobalVariableInfo() local
3028 const DIGlobalVariable *DIGV = GVE->getVariable(); in collectGlobalVariableInfo()
3029 const DIExpression *DIE = GVE->getExpression(); in collectGlobalVariableInfo()
3032 if (GlobalMap.count(GVE) == 0 && DIE->isConstant()) { in collectGlobalVariableInfo()
3037 const auto *GV = GlobalMap.lookup(GVE); in collectGlobalVariableInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp1296 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()
DMetadata.cpp1476 auto *GVE = cast<DIGlobalVariableExpression>(Attachment); in copyMetadata() local
1477 GV = GVE->getVariable(); in copyMetadata()
1478 E = GVE->getExpression(); in copyMetadata()
DVerifier.cpp693 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()
/external/llvm-project/llvm/lib/IR/
DDebugInfo.cpp1335 LLVMMetadataRef LLVMDIGlobalVariableExpressionGetVariable(LLVMMetadataRef GVE) { in LLVMDIGlobalVariableExpressionGetVariable() argument
1336 return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->getVariable()); in LLVMDIGlobalVariableExpressionGetVariable()
1340 LLVMMetadataRef GVE) { in LLVMDIGlobalVariableExpressionGetExpression() argument
1341 return wrap(unwrapDI<DIGlobalVariableExpression>(GVE)->getExpression()); in LLVMDIGlobalVariableExpressionGetExpression()
DMetadata.cpp1462 auto *GVE = cast<DIGlobalVariableExpression>(Attachment); in copyMetadata() local
1463 GV = GVE->getVariable(); in copyMetadata()
1464 E = GVE->getExpression(); in copyMetadata()
DVerifier.cpp699 if (auto *GVE = dyn_cast<DIGlobalVariableExpression>(MD)) in visitGlobalVariable() local
700 visitDIGlobalVariableExpression(*GVE); in visitGlobalVariable()
1372 const DIGlobalVariableExpression &GVE) { in visitDIGlobalVariableExpression() argument
1373 AssertDI(GVE.getVariable(), "missing variable"); in visitDIGlobalVariableExpression()
1374 if (auto *Var = GVE.getVariable()) in visitDIGlobalVariableExpression()
1376 if (auto *Expr = GVE.getExpression()) { in visitDIGlobalVariableExpression()
1379 verifyFragmentExpression(*GVE.getVariable(), *Fragment, &GVE); in visitDIGlobalVariableExpression()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp1084 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()
/external/llvm-project/llvm/lib/Target/BPF/
DBTFDebug.cpp1155 for (auto *GVE : GVs) { in processGlobals() local
1157 visitMapDefType(GVE->getVariable()->getType(), GVTypeId); in processGlobals()
1159 visitTypeEntry(GVE->getVariable()->getType(), GVTypeId, false, false); in processGlobals()
/external/ImageMagick/PerlMagick/t/reference/filter/
DShear.miff14 …:5��;5��;2��;3��4+��5-��0*��4&��4#��?3��bM��eL��`X��?R��EW��~t����z�p�f�e�GVE�1/+�.'*�/)+�0+,�0/+…
/external/perfetto/docs/design-docs/
Dcontinuous-integration.md260 - Is ran once per GVE vm, at (re)boot.
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
D2013-1_UNLOCODE_CodeListPart2.csv12452 ,"IT","GVE","Galliera Veneta","Galliera Veneta",,"--3-----","RL","0001",,,

12