|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/IR/DebugInfoMetadata.h 1037 for (DINode *Op : getElements())
3228 for (DIMacroNode *Op : getElements())
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp 2061 for (const DINode *Element : Ty->getElements()) {
2170 for (auto *Element : Elements) {
2993 for (const auto *GVE : CU->getGlobalVariables()) {
3059 for (auto *Ty : cast<DICompileUnit>(Node)->getRetainedTypes()) {
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp 705 for (auto *El : Array->getElements()) {
lib/CodeGen/AsmPrinter/DwarfDebug.cpp 860 for (auto *IE : DIUnit->getImportedEntities())
882 for (auto Scope : DIUnit->getRetainedTypes())
995 for (auto *GVE : CUNode->getGlobalVariables()) {
1005 for (auto *GVE : CUNode->getGlobalVariables()) {
1011 for (auto *Ty : CUNode->getEnumTypes()) {
1016 for (auto *Ty : CUNode->getRetainedTypes()) {
1025 for (auto *IE : CUNode->getImportedEntities())
1617 for (const DINode *DN : SP->getRetainedNodes()) {
1857 for (const DINode *DN : SP->getRetainedNodes()) {
2715 for (auto *MN : Nodes) {
lib/CodeGen/AsmPrinter/DwarfUnit.cpp 603 for (const auto *Element : TParams) {
613 for (const auto *Ty : ThrownTypes) {
907 for (const auto *Element : Elements) {
lib/IR/DIBuilder.cpp 91 for (auto *SP : SPs)
lib/IR/DebugInfo.cpp 79 for (auto DIG : CU->getGlobalVariables()) {
86 for (auto *ET : CU->getEnumTypes())
88 for (auto *RT : CU->getRetainedTypes())
93 for (auto *Import : CU->getImportedEntities()) {
135 for (Metadata *D : DCT->getElements()) {
188 for (auto *Element : SP->getTemplateParams()) {
lib/Linker/IRMover.cpp 1155 for (auto *IE : CU->getImportedEntities()) {
lib/Target/BPF/BTFDebug.cpp 168 for (const auto Element : Elements) {
235 for (const auto *Element : Elements) {
456 for (const auto *Element : Elements) {
470 for (const auto *Element : Elements)
641 for (const auto *Element : Elements) {
655 for (const auto *Element : Elements) {
884 for (const DINode *DN : SP->getRetainedNodes()) {
lib/Transforms/IPO/StripSymbols.cpp 336 for (auto *DIG : DIC->getGlobalVariables()) {
unittests/Transforms/Utils/CloningTest.cpp 848 for (DIGlobalVariableExpression *GVExpr : GlobalArray) {
usr/include/c++/7.4.0/bits/stl_algo.h 104 while (__first != __last && !__pred(__first))
usr/include/c++/7.4.0/bits/stl_algobase.h 293 for (; __first != __last; ++__result, (void)++__first)
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h 87 while (__first != __last)