HomeSort by relevance Sort by last modified time
    Searched refs:relocation_end (Results 1 - 17 of 17) sorted by null

  /external/v8/src/
code-reference.cc 41 const byte* CodeReference::relocation_end() const { function in class:v8::internal::CodeReference
42 return kind_ == JS ? js_code_->relocation_end()
code-reference.h 32 const byte* relocation_end() const;
reloc-info.cc 284 code->relocation_end(), code->relocation_start(),
290 code_reference.relocation_end(),
  /external/llvm/include/llvm/Object/
ObjectFile.h 103 relocation_iterator relocation_end() const;
105 return make_range(relocation_begin(), relocation_end());
415 inline relocation_iterator SectionRef::relocation_end() const { function in class:llvm::object::SectionRef
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h 117 relocation_iterator relocation_end() const;
119 return make_range(relocation_begin(), relocation_end());
456 inline relocation_iterator SectionRef::relocation_end() const { function in class:llvm::object::SectionRef
  /external/llvm/lib/Object/
Object.cpp 176 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
Object.cpp 176 return (*unwrap(SI) == (*unwrap(Section))->relocation_end()) ? 1 : 0;
  /external/v8/src/objects/
code.h 255 inline byte* relocation_end() const;
    [all...]
code-inl.h 309 byte* Code::relocation_end() const { function in class:v8::internal::Code
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 785 if (Section.relocation_begin() != Section.relocation_end()) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 301 relocation_iterator E = SI->relocation_end();
    [all...]
RuntimeDyldELF.cpp 843 e = si->relocation_end();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 617 e = si->relocation_end();
    [all...]
RuntimeDyld.cpp 352 relocation_iterator E = SI->relocation_end();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp     [all...]

Completed in 653 milliseconds