HomeSort by relevance Sort by last modified time
    Searched refs:IsBSS (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 664 bool IsBSS = Section.isBSS();
665 if (IsBSS)
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 487 bool IsBSS = Section.isBSS();
488 if (!IsBSS) {

Completed in 91 milliseconds