HomeSort by: relevance | last modified time | path
    Searched defs:getSectionID (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
SymbolSize.cpp 28 static unsigned getSectionID(const ObjectFile &O, SectionRef Sec) {
30 return M->getSectionID(Sec);
34 return cast<COFFObjectFile>(O).getSectionID(Sec);
75 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)});
COFFObjectFile.cpp 335 unsigned COFFObjectFile::getSectionID(SectionRef Sec) const {
MachOObjectFile.cpp 2045 unsigned MachOObjectFile::getSectionID(SectionRef Sec) const {
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 224 unsigned getSectionID() const { return SectionID; }
495 if (SymInfo.getSectionID() == AbsoluteSymbolSection)
497 return getSectionAddress(SymInfo.getSectionID()) + SymInfo.getOffset();
504 return GSTItr->second.getSectionID();
515 if (SymEntry.getSectionID() != AbsoluteSymbolSection)
516 SectionAddr = getSectionLoadAddress(SymEntry.getSectionID());
531 auto SectionID = KV.second.getSectionID();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 574 MBBSectionID getSectionID() const { return SectionID; }
616 return getSectionID() == MBB->getSectionID();

Completed in 32 milliseconds