Home
last modified time | relevance | path

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

/external/llvm/lib/Object/
DObjectFile.cpp32 Expected<section_iterator> SymSec = S.getSection(); in containsSymbol() local
33 if (!SymSec) { in containsSymbol()
35 consumeError(SymSec.takeError()); in containsSymbol()
38 return *this == **SymSec; in containsSymbol()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp538 const Elf_Shdr *SymSec = Obj->getSection((*SymSI)->getRawDataRefImpl()); in getRelocationValueString() local
539 ErrorOr<StringRef> SecName = EF.getSectionName(SymSec); in getRelocationValueString()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp3379 const Elf_Shdr *SymSec = unwrapOrError( in printSections() local
3381 if (SymSec == &Sec) in printSections()