Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h54 TF_SkipPC = 1 << 5, ///< Skip all location attributes. enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h360 TF_SkipPC = 1 << 5, ///< Skip all location attributes. enumerator
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1540 Flags |= TF_SkipPC; in cloneDIE()
1545 Flags &= ~TF_SkipPC; in cloneDIE()
1550 Flags & TF_SkipPC, Flags & TF_InFunctionScope)) { in cloneDIE()