HomeSort by relevance Sort by last modified time
    Searched refs:relocation_end (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 115 relocation_iterator relocation_end() const;
118 relocation_end());
472 inline relocation_iterator SectionRef::relocation_end() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/Object/
Object.cpp 166 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 717 if (Section.relocation_begin() != Section.relocation_end()) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 193 relocation_iterator E = SI->relocation_end();
RuntimeDyldELF.cpp 672 e = si->relocation_end();
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 565 if (Section.relocation_begin() == Section.relocation_end())

Completed in 1022 milliseconds