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

1 2

  /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)});
  /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...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
COFF.h 758 unsigned getSectionID(SectionRef Sec) const;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 268 unsigned getSectionID(SectionRef Sec) const;
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 435 milliseconds

1 2