Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1172 bool IsSTAB = false; in mapRangeAddress() local
1179 IsSTAB = true; in mapRangeAddress()
1187 section_iterator Section = IsSTAB ? Obj.section_end() : *IterOrErr; in mapRangeAddress()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2752 bool IsSTAB = false; in printSymbol() local
2759 IsSTAB = true; in printSymbol()
2761 section_iterator Section = IsSTAB in printSymbol()