Searched refs:addRelocation (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 239 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 250 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredHalfRelocation() 316 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 326 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordARMScatteredRelocation() 500 Writer->addRelocation(nullptr, Fragment->getParent(), MREPair); in recordRelocation() 503 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation() 360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation() 437 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 459 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation() 596 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 239 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 296 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in recordRelocation() 382 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation() 403 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in recordRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMachObjectWriter.cpp | 281 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 295 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation() 373 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordPPCRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCMachObjectWriter.h | 229 void addRelocation(const MCSymbol *RelSymbol, const MCSection *Sec, in addRelocation() function in llvm::MachObjectWriter
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFObjectWriter.cpp | 438 RelSection->addRelocation(NewFixup); in writeDataOfType() 604 RelSection->addRelocation(NewFixup); in writeJumpTable()
|
H A D | IceELFSection.h | 241 void addRelocation(const AssemblerFixup &Fixup) { Fixups.push_back(Fixup); } in addRelocation() function in Ice::ELFRelocationSection
|
Completed in 6 milliseconds