Home
last modified time | relevance | path

Searched refs:IsDefault (Results 1 – 3 of 3) sorted by relevance

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp101 bool IsDefault; in DumpSymbol() local
102 GetELFSymbolVersion(obj, Sym, Version, IsDefault); in DumpSymbol()
104 FullName += (IsDefault ? "@@" : "@"); in DumpSymbol()
/external/llvm/include/llvm/Object/
DELF.h514 bool &IsDefault) const;
524 bool &IsDefault) const;
758 bool &IsDefault) const {
763 Version, IsDefault);
2060 bool &IsDefault) const {
2073 IsDefault = false;
2078 IsDefault = true;
2081 IsDefault = false;
2091 IsDefault = false;
2107 IsDefault = false;
[all …]
/external/v8/src/
Dflags.cc129 bool IsDefault() const { in IsDefault() function
235 if (!f->IsDefault()) { in argv()