HomeSort by relevance Sort by last modified time
    Searched defs:addRelocation (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
ELFCodeEmitter.h 43 /// addRelocation - Register new relocations for this function
44 void addRelocation(const MachineRelocation &MR) {
ObjectCodeEmitter.cpp 94 /// addRelocation - Whenever a relocatable address is needed, it should be
96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) {
97 BO->addRelocation(relocation);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 196 void addRelocation(const MCSectionData *SD,
  /external/llvm/include/llvm/CodeGen/
BinaryObject.h 342 /// addRelocation - Whenever a relocatable address is needed, it should be
344 void addRelocation(const MachineRelocation& relocation) {
  /frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.h 203 virtual void addRelocation(const llvm::MachineRelocation &MR) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 417 virtual void addRelocation(const MachineRelocation &MR) {
    [all...]

Completed in 944 milliseconds