HomeSort by: relevance | last modified time | path
    Searched refs:addRelocation (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 239 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
250 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
316 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
326 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
500 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair);
503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
386 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
407 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
437 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
459 Writer->addRelocation(nullptr, Fragment->getParent(), MRE);
500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE);
596 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCMachObjectWriter.h 232 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.h 776 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); }
Object.cpp 1644 Relocs->addRelocation(ToAdd);

Completed in 37 milliseconds