Home
last modified time | relevance | path

Searched refs:relocation_begin (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DObjectFile.h128 relocation_iterator relocation_begin() const;
131 return make_range(relocation_begin(), relocation_end()); in relocations()
498 inline relocation_iterator SectionRef::relocation_begin() const { in relocation_begin() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachO_x86_64.cpp200 if (S.relocation_begin() != S.relocation_end()) in addRelocations()
206 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
DMachO_arm64.cpp197 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end(); in addRelocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DObject.cpp282 relocation_iterator SI = (*unwrap(Section))->relocation_begin(); in LLVMGetRelocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp626 for (elf_relocation_iterator i = si->relocation_begin(), in findOPDEntrySection()
1878 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
DRuntimeDyld.cpp360 relocation_iterator I = SI->relocation_begin(); in loadObjectImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1712 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()