Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1320 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
1328 return SkipPC; in shouldSkipAttribute()
1336 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2683 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
2691 return SkipPC; in shouldSkipAttribute()
2699 return (SkipPC || (!InFunctionScope && Tag == dwarf::DW_TAG_variable && in shouldSkipAttribute()