Searched refs:InDebugMap (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 53 I.InDebugMap = true; in markEverythingAsKept() 59 I.InDebugMap = true; in markEverythingAsKept()
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 61 I.InDebugMap = true; in markEverythingAsKept() 67 I.InDebugMap = true; in markEverythingAsKept()
|
D | DWARFLinker.cpp | 457 MyInfo.InDebugMap = true; in shouldKeepVariableDIE() 1320 uint16_t Tag, bool InDebugMap, bool SkipPC, in shouldSkipAttribute() argument 1337 !InDebugMap)) && in shouldSkipAttribute() 1433 if (!Info.InDebugMap && LLVM_LIKELY(!Update)) in cloneDIE() 1440 shouldSkipAttribute(AttrSpec, Die->getTag(), Info.InDebugMap, in cloneDIE() 1468 if ((Info.InDebugMap || AttrInfo.HasLowPc || AttrInfo.HasRanges) && in cloneDIE()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 70 bool InDebugMap : 1; member
|
/external/llvm-project/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 70 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()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | DwarfLinkerForBinary.cpp | 648 Info.InDebugMap = true; in hasValidRelocationAt()
|