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

  /external/llvm/lib/Object/
SymbolSize.cpp 34 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {
36 return M->getSectionID(Sec);
37 return cast<COFFObjectFile>(O).getSectionID(Sec);
73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
COFFObjectFile.cpp 317 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const {
    [all...]
MachOObjectFile.cpp 700 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 210 unsigned getSectionID() const { return SectionID; }
449 if (SymInfo.getSectionID() == AbsoluteSymbolSection)
451 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
462 if (SymEntry.getSectionID() != AbsoluteSymbolSection)
463 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
RuntimeDyldChecker.cpp 857 uint8_t *SectionAddr = getRTDyld().getSectionAddress(SymInfo.getSectionID());
860 getRTDyld().Sections[SymInfo.getSectionID()].getSize() -
    [all...]
RuntimeDyldMachO.cpp 117 Value.SectionID = SymInfo.getSectionID();
RuntimeDyld.cpp 790 Relocations[SymInfo.getSectionID()].push_back(RECopy);
    [all...]
RuntimeDyldELF.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 187 SectionBID = SubtrahendI->second.getSectionID();
213 SectionAID = MinuendI->second.getSectionID();
RuntimeDyldMachOAArch64.h 438 unsigned SectionBID = SubtrahendI->second.getSectionID();
448 unsigned SectionAID = MinuendI->second.getSectionID();
  /external/llvm/include/llvm/Object/
MachO.h 215 unsigned getSectionID(SectionRef Sec) const;
COFF.h 764 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 8428 milliseconds