Home
last modified time | relevance | path

Searched refs:IsSTAB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp1193 bool IsSTAB = false; in mapRangeAddress() local
1200 IsSTAB = true; in mapRangeAddress()
1208 section_iterator Section = IsSTAB ? Obj.section_end() : *IterOrErr; in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2900 bool IsSTAB = false; in printSymbol() local
2907 IsSTAB = true; in printSymbol()
2909 section_iterator Section = IsSTAB in printSymbol()