Home
last modified time | relevance | path

Searched refs:IterNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DCodeViewReaderTest.cpp119 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); in checkElementPropertiesClangCodeview()
120 LVScope *Foo = (*IterNames).first; in checkElementPropertiesClangCodeview()
123 LVNameInfo NameInfo = (*IterNames).second; in checkElementPropertiesClangCodeview()
185 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); in checkElementPropertiesMsvcCodeview()
186 LVScope *Foo = (*IterNames).first; in checkElementPropertiesMsvcCodeview()
189 LVNameInfo NameInfo = (*IterNames).second; in checkElementPropertiesMsvcCodeview()
251 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); in checkElementPropertiesMsvcCodeviewPdb()
252 LVScope *Foo = (*IterNames).first; in checkElementPropertiesMsvcCodeviewPdb()
255 LVNameInfo NameInfo = (*IterNames).second; in checkElementPropertiesMsvcCodeviewPdb()
317 LVPublicNames::const_iterator IterNames in checkElementComparison()
116 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); checkElementPropertiesClangCodeview() local
182 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); checkElementPropertiesMsvcCodeview() local
248 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); checkElementPropertiesMsvcCodeviewPdb() local
[all...]
H A DDWARFReaderTest.cpp113 LVPublicNames::const_iterator IterNames = PublicNames.cbegin(); in checkElementProperties() local
114 LVScope *Function = (*IterNames).first; in checkElementProperties()
117 LVNameInfo NameInfo = (*IterNames).second; in checkElementProperties()