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.cpp995 bool IsSTAB = false; in mapRangeAddress() local
1002 IsSTAB = true; in mapRangeAddress()
1010 section_iterator Section = IsSTAB ? Obj.section_end() : *IterOrErr; in mapRangeAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2961 bool IsSTAB = false; in printSymbol() local
2968 IsSTAB = true; in printSymbol()
2970 section_iterator Section = IsSTAB in printSymbol()