Searched refs:IsDefault (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/tools/llvm-readobj/
H A Dllvm-readobj.cpp101 bool IsDefault; local
102 GetELFSymbolVersion(obj, Sym, Version, IsDefault);
104 FullName += (IsDefault ? "@@" : "@");
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DELF.h567 bool &IsDefault) const;
582 bool &IsDefault) const;
842 bool &IsDefault) const {
847 Version, IsDefault);
2448 bool &IsDefault) const {
2461 IsDefault = false;
2466 IsDefault = true;
2469 IsDefault = false;
2479 IsDefault = false;
2495 IsDefault
2576 GetELFSymbolVersion(const ObjectFile *Obj, const SymbolRef &Sym, StringRef &Version, bool &IsDefault) argument
[all...]

Completed in 362 milliseconds