HomeSort by relevance Sort by last modified time
    Searched defs:SectionID (Results 1 - 14 of 14) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
SymbolSize.h 23 unsigned SectionID;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 36 uint64_t SectionID;
63 void registerSection(StringRef FilePath, unsigned SectionID);
64 void registerStubMap(StringRef FilePath, unsigned SectionID,
RuntimeDyldMachO.h 30 unsigned SectionID;
47 // When a module is loaded we save the SectionID of the EH frame section
65 RelocationEntry getRelocationEntry(unsigned SectionID,
79 return RelocationEntry(SectionID, Offset, RelType, 0, IsPCRel, Size);
84 processScatteredVANILLA(unsigned SectionID, relocation_iterator RelI,
90 /// representing a (SectionID, Offset) pair.
132 SectionEntry &getSection(unsigned SectionID) { return Sections[SectionID]; }
RuntimeDyldImpl.h 121 /// SectionID - the section this relocation points to.
122 unsigned SectionID;
153 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
158 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
163 : SectionID(id), Offset(offset), RelType(type), Addend(addend),
169 : SectionID(id), Offset(offset), RelType(type),
179 unsigned SectionID;
183 RelocationValueRef() : SectionID(0), Offset(0), Addend(0),
187 return SectionID == Other.SectionID && Offset == Other.Offset &
    [all...]
RuntimeDyldChecker.cpp 801 unsigned SectionID = SectionInfo->SectionID;
805 getRTDyld().Sections[SectionID].getAddress()));
807 Addr = getRTDyld().Sections[SectionID].getLoadAddress();
825 unsigned SectionID = SectionInfo->SectionID;
840 getRTDyld().Sections[SectionID].getAddress());
843 uint64_t SectionBase = getRTDyld().Sections[SectionID].getLoadAddress();
865 StringRef FilePath, unsigned SectionID) {
867 const SectionEntry &Section = getRTDyld().Sections[SectionID];
    [all...]
RuntimeDyld.cpp 134 // symbol for the relocation is located. The SectionID in the relocation
241 unsigned SectionID = AbsoluteSymbolSection;
244 << " SID: " << SectionID << " Offset: "
248 SymbolTableEntry(SectionID, Addr, RTDyldSymFlags);
269 unsigned SectionID;
272 SectionID = *SectionIDOrErr;
277 << " SID: " << SectionID << " Offset: "
281 SymbolTableEntry(SectionID, SectOffset, RTDyldSymFlags);
307 unsigned SectionID = 0;
310 SectionID = *SectionIDOrErr
    [all...]
  /external/llvm/lib/Object/
SymbolSize.cpp 24 unsigned SectionID;
29 if (A->SectionID != B->SectionID)
30 return A->SectionID - B->SectionID;

Completed in 100 milliseconds