Home
last modified time | relevance | path

Searched refs:InDebugMap (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.cpp47 I.InDebugMap = true; in markEverythingAsKept()
53 I.InDebugMap = true; in markEverythingAsKept()
DDwarfLinker.cpp507 Info.InDebugMap = true; in hasValidRelocation()
544 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
1344 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
1361 !InDebugMap)) && in shouldSkipAttribute()
1450 if (!Info.InDebugMap && LLVM_LIKELY(!Options.Update)) in cloneDIE()
1457 shouldSkipAttribute(AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE()
1485 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
DCompileUnit.h71 bool InDebugMap : 1; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp194 bool InDebugMap : 1;///< Was this DIE's entity found in the map? member
2053 Info.InDebugMap = true; in hasValidRelocation()
2088 MyInfo.InDebugMap = true; in shouldKeepVariableDIE()
2683 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument
2700 !InDebugMap)) && in shouldSkipAttribute()
2782 if (!Info.InDebugMap) in cloneDIE()
2788 if (shouldSkipAttribute(AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE()
2815 if ((Info.InDebugMap || AttrInfo.HasLowPc) && in cloneDIE()