HomeSort by: relevance | last modified time | path
    Searched defs:getRelocation (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 80 Kind getRelocation() const {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2135 MachO::any_relocation_info RE = getRelocation(Rel);
2141 MachO::any_relocation_info RE = getRelocation(Rel);
2162 return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
2166 MachO::any_relocation_info RE = getRelocation(Rel);
2281 MachO::any_relocation_info RE = getRelocation(Rel);
4418 MachOObjectFile::getRelocation(DataRefImpl Rel) const {

Completed in 21 milliseconds