HomeSort by: relevance | last modified time | path
    Searched refs:isUsed (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/gprofng/src/
ArchiveExp.cc 62 lo->isUsed = true;
94 if (!dbeInstr->isUsed)
97 if (!func->isUsed)
99 func->isUsed = true;
100 func->module->isUsed = true;
101 func->module->loadobject->isUsed = true;
105 dbeLine->sourceFile->isUsed = true;
111 dbeLine->sourceFile->isUsed = true;
Histable.h 190 bool isUsed;
329 bool isUsed;
Function.h 145 bool isUsed;
gp-archive.cc 163 if (!lo->isUsed && ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0))
420 !mod->isUsed)
444 !src->isUsed)
DwarfLib.h 102 bool isUsed;
Hist_data.cc 1192 isUsed = false;
1747 isUsed = false;
Function.cc 85 isUsed = false;
LoadObject.cc 115 isUsed = false;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
ArchiveExp.cc 62 lo->isUsed = true;
94 if (!dbeInstr->isUsed)
97 if (!func->isUsed)
99 func->isUsed = true;
100 func->module->isUsed = true;
101 func->module->loadobject->isUsed = true;
105 dbeLine->sourceFile->isUsed = true;
111 dbeLine->sourceFile->isUsed = true;
Histable.h 190 bool isUsed;
329 bool isUsed;
Function.h 145 bool isUsed;
gp-archive.cc 163 if (!lo->isUsed && ((s_option & (ARCH_USED_EXE_ONLY | ARCH_USED_SRC_ONLY)) != 0))
420 !mod->isUsed)
444 !src->isUsed)
DwarfLib.h 102 bool isUsed;
Hist_data.cc 1192 isUsed = false;
1747 isUsed = false;
Function.cc 85 isUsed = false;
LoadObject.cc 115 isUsed = false;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h 92 /// IsUsed - True if this symbol has been used.
93 mutable unsigned IsUsed : 1;
156 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
216 /// isUsed - Check if this is used.
217 bool isUsed() const { return IsUsed; }
297 IsUsed |= SetUsed;
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h 153 using irsymtab::Symbol::isUsed;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
IRSymtab.h 198 bool isUsed() const { return (Flags >> S::FB_used) & 1; }
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 106 bool IsUsed : 1;
151 /// Set the value of the IsUsed flag.
152 void setIsUsed(bool Val) { IsUsed = Val; }
222 bool isUsed() const { return IsUsed; }
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp 307 Record.push_back(D->isUsed(false));
455 !D->isUsed(false) &&
492 !D->isUsed(false) &&
799 !D->isUsed(false) &&
933 !D->isUsed(false) &&
1057 !D->isUsed(false) &&
1106 !D->isUsed(false) &&
1902 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1935 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
1973 Abv->Add(BitCodeAbbrevOp(0)); // isUsed
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 2858 if (!OtherMI->isUsed() && OtherMI->isWarnIfUnused())
2881 assert(!MI->isUsed());
2937 if (!MI->isUsed() && MI->isWarnIfUnused())
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 443 bool Decl::isUsed(bool CheckUsedAttr) const {
459 if (isUsed(false))
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 571 if (Res.LinkerRedefined || Res.VisibleToRegularObj || Sym.isUsed() ||
582 (Res.VisibleToRegularObj || Sym.isUsed() || !InSummary);
ThinLTOCodeGenerator.cpp 269 if (Sym.isUsed())

Completed in 145 milliseconds

1 2