Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp664 bool IsBSS = Section.isBSS(); in DWARFContextInMemory() local
665 if (IsBSS) in DWARFContextInMemory()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp487 bool IsBSS = Section.isBSS(); in printSections() local
488 if (!IsBSS) { in printSections()