Home | History | Annotate | Download | only in Object

Lines Matching refs:Result

346                                            bool &Result) const;
359 SmallVectorImpl<char> &Result) const;
363 SmallVectorImpl<char> &Result) const;
405 SymbolRef &Result) const {
422 Result = SymbolRef(Symb, this);
429 StringRef &Result) const {
432 return getSymbolName(symb, Result);
457 uint64_t &Result) const {
465 Result = UnknownAddressOrSize;
468 Result = symb->st_value;
475 Result = Section ? Section->sh_addr : UnknownAddressOrSize;
480 Result = symb->st_value;
483 Result = UnknownAddressOrSize;
491 uint64_t &Result) const {
499 Result = UnknownAddressOrSize;
502 Result = reinterpret_cast<uintptr_t>(base()+symb->st_value);
511 Result = reinterpret_cast<uintptr_t>(addr);
517 Result = reinterpret_cast<uintptr_t>(addr);
520 Result = UnknownAddressOrSize;
528 uint64_t &Result) const {
532 Result = UnknownAddressOrSize;
533 Result = symb->st_size;
540 char &Result) const {
591 Result = StringSwitch<char>(name)
598 Result = ret;
605 SymbolRef::SymbolType &Result) const {
610 Result = SymbolRef::ST_External;
616 Result = SymbolRef::ST_Function;
619 Result = SymbolRef::ST_Data;
622 Result = SymbolRef::ST_Other;
631 bool &Result) const {
635 Result = symb->getBinding() == ELF::STB_GLOBAL;
642 bool &Result) const {
648 Result = true;
649 Result = false;
655 ::getSectionNext(DataRefImpl Sec, SectionRef &Result) const {
659 Result = SectionRef(Sec, this);
666 StringRef &Result) const {
668 Result = StringRef(getString(dot_shstrtab_sec, sec->sh_name));
675 uint64_t &Result) const {
677 Result = sec->sh_addr;
684 uint64_t &Result) const {
686 Result = sec->sh_size;
693 StringRef &Result) const {
696 Result = StringRef(start, sec->sh_size);
703 uint64_t &Result) const {
705 Result = sec->sh_addralign;
712 bool &Result) const {
715 Result = true;
717 Result = false;
724 bool &Result) const {
728 Result = true;
730 Result = false;
737 bool &Result) const {
741 Result = true;
743 Result = false;
751 bool &Result) const {
753 Result = false;
794 RelocationRef &Result) const {
816 Result = RelocationRef(Rel, this);
823 SymbolRef &Result) const {
844 Result = SymbolRef(SymbolData, this);
851 uint64_t &Result) const {
867 Result = offset;
874 uint32_t &Result) const {
880 Result = getRel(Rel)->getType();
884 Result = getRela(Rel)->getType();
897 SmallVectorImpl<char> &Result) const {
1001 Result.append(res.begin(), res.end());
1010 int64_t &Result) const {
1016 Result = 0;
1020 Result = getRela(Rel)->r_addend;
1029 SmallVectorImpl<char> &Result) const {
1066 Result.append(fmtbuf.begin(), fmtbuf.end());
1076 if (Result.empty())
1077 Result.append(res.begin(), res.end());
1370 StringRef &Result) const {
1374 Result = "";
1376 Result = getString(dot_shstrtab_sec, section->sh_name);
1381 Result = getString(dot_strtab_sec, symb->st_name);