HomeSort by relevance Sort by last modified time
    Searched defs:getSectionID (Results 1 - 4 of 4) 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());

Completed in 501 milliseconds