Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp1188 bool IsSTAB = false; in mapRangeAddress() local
1195 IsSTAB = true; in mapRangeAddress()
1203 section_iterator Section = IsSTAB ? Obj.section_end() : *IterOrErr; in mapRangeAddress()
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2415 bool IsSTAB = false; in printSymbol() local
2422 IsSTAB = true; in printSymbol()
2424 section_iterator Section = IsSTAB in printSymbol()