/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 47 ObjSectionToID); in processRelocationRef() 49 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 69 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 147 ObjSectionToIDMap &ObjSectionToID) { in processSECTDIFFRelocation() argument 175 findOrEmitSection(Obj, SectionA, IsCode, ObjSectionToID)) in processSECTDIFFRelocation() 188 findOrEmitSection(Obj, SectionB, IsCode, ObjSectionToID)) in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOX86_64.h | 35 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 44 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 52 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 159 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation() argument 191 findOrEmitSection(Obj, SecB, IsCode, ObjSectionToID); in processSubtractRelocation() 217 findOrEmitSection(Obj, SecA, IsCode, ObjSectionToID); in processSubtractRelocation()
|
H A D | RuntimeDyldMachOARM.h | 102 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 135 ObjSectionToID); in processRelocationRef() 137 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef() 167 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 346 ObjSectionToIDMap &ObjSectionToID) { in processHALFSECTDIFFRelocation() argument 386 findOrEmitSection(MachO, SectionA, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation() 399 findOrEmitSection(MachO, SectionB, IsCode, ObjSectionToID)) in processHALFSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOAArch64.h | 275 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef() 327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() 482 ObjSectionToIDMap &ObjSectionToID) { in processSubtractRelocation() argument
|
H A D | RuntimeDyldCOFFI386.h | 40 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 70 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
|
H A D | RuntimeDyldCOFFX86_64.h | 200 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 237 findOrEmitSection(Obj, *SecI, SecI->isText(), ObjSectionToID)) in processRelocationRef() 193 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
|
H A D | RuntimeDyldCOFFThumb.h | 85 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() 139 findOrEmitSection(Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef() 63 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
|
H A D | RuntimeDyldCOFFAArch64.h | 145 ObjSectionToIDMap &ObjSectionToID, in processRelocationRef() argument 184 Obj, *Section, Section->isText(), ObjSectionToID)) in processRelocationRef()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldMachO.h | 85 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, 101 ObjSectionToIDMap &ObjSectionToID);
|
H A D | RuntimeDyldMachO.cpp | 57 RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID, in processScatteredVANILLA() argument 81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA() 99 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) { in getRelocationValueRef() argument 129 ObjSectionToID)) in getRelocationValueRef()
|
H A D | RuntimeDyldELF.h | 226 ObjSectionToIDMap &ObjSectionToID,
|
H A D | RuntimeDyldELF.cpp | 1227 ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) { in processRelocationRef() argument 1288 ObjSectionToID)) in processRelocationRef() 1578 if (auto Err = findOPDEntrySection(Obj, ObjSectionToID, Value)) in processRelocationRef() 1691 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, TOCValue)) in processRelocationRef() 1704 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef() 1707 if (auto Err = findPPC64TOCSection(Obj, ObjSectionToID, Value)) in processRelocationRef()
|
H A D | RuntimeDyldImpl.h | 415 const ObjectFile &Obj, ObjSectionToIDMap &ObjSectionToID,
|