Searched refs:InDebugMap (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CompileUnit.cpp | 47 I.InDebugMap = true; in markEverythingAsKept() 53 I.InDebugMap = true; in markEverythingAsKept()
|
D | DwarfLinker.cpp | 507 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()
|
D | CompileUnit.h | 71 bool InDebugMap : 1; member
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 194 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()
|