Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h53 TF_SkipPC = 1 << 5, ///< Skip all location attributes. enumerator
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h331 TF_SkipPC = 1 << 5, ///< Skip all location attributes. enumerator
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1228 TF_SkipPC = 1 << 5, ///< Skip all location attributes. enumerator
2783 Flags |= TF_SkipPC; in cloneDIE()
2789 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp1434 Flags |= TF_SkipPC; in cloneDIE()
1441 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()