Home
last modified time | relevance | path

Searched defs:addRelocation (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.h44 void addRelocation(const MachineRelocation &MR) { in addRelocation() function
DObjectCodeEmitter.cpp96 void ObjectCodeEmitter::addRelocation(const MachineRelocation& relocation) { in addRelocation() function in llvm::ObjectCodeEmitter
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCMachObjectWriter.h196 void addRelocation(const MCSectionData *SD, in addRelocation() function
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h215 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCMachObjectWriter.h228 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h241 void addRelocation(const AssemblerFixup &Fixup) { Fixups.push_back(Fixup); } in addRelocation() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DBinaryObject.h344 void addRelocation(const MachineRelocation& relocation) { in addRelocation() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h518 void addRelocation(Relocation Rel) { Relocations.push_back(Rel); } in addRelocation() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp417 virtual void addRelocation(const MachineRelocation &MR) { in addRelocation() function in __anona707f8570111::JITEmitter