Home
last modified time | relevance | path

Searched refs:relocation_end (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcode-reference.cc28 const byte* relocation_end() const { return code->relocation_end(); } in relocation_end() function
48 const byte* relocation_end() const { in relocation_end() function
73 const byte* relocation_end() const { in relocation_end() function
117 DISPATCH(const byte*, relocation_end)
H A Dcode-reference.h36 const byte* relocation_end() const;
H A Dreloc-info.cc276 code_reference.relocation_end(), in RelocIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h129 relocation_iterator relocation_end() const;
131 return make_range(relocation_begin(), relocation_end()); in relocations()
502 inline relocation_iterator SectionRef::relocation_end() const { in relocation_end() function in llvm::object::SectionRef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp200 if (S.relocation_begin() != S.relocation_end())
206 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end();
H A DMachO_arm64.cpp197 for (auto RelItr = S.relocation_begin(), RelEnd = S.relocation_end();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObject.cpp292 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0; in LLVMIsRelocationIteratorAtEnd()
/third_party/node/deps/v8/src/objects/
H A Dcode.h527 inline byte* relocation_end() const;
H A Dcode-inl.h505 byte* Code::relocation_end() const { in relocation_end() function in v8::internal::Code
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp627 e = si->relocation_end(); in findOPDEntrySection()
1878 if (SI->relocation_begin() != SI->relocation_end()) { in finalizeLoad()
H A DRuntimeDyld.cpp361 relocation_iterator E = SI->relocation_end(); in loadObjectImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1712 if (Section.relocation_begin() == Section.relocation_end()) in DWARFObjInMemory()

Completed in 20 milliseconds