/llvm-project/bolt/include/bolt/Passes/ |
H A D | LongJmp.h | 50 DenseMap<const BinaryFunction *, std::set<const BinaryBasicBlock *>> Stubs; variable
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 36 StubMap &Stubs) override { in processRelocationRef() 129 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
H A D | RuntimeDyldCOFFX86_64.h | 153 StubMap &Stubs) { in generateRelocationStub() 201 StubMap &Stubs) override { in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 103 generateRelocationStub(unsigned SectionID,StringRef TargetName,uint64_t Offset,uint64_t RelType,uint64_t Addend,StubMap & Stubs) generateRelocationStub() argument 146 processRelocationRef(unsigned SectionID,object::relocation_iterator RelI,const object::ObjectFile & Obj,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument
|
H A D | RuntimeDyldMachOAArch64.h | 276 StubMap &Stubs) override { in processRelocationRef() 443 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
H A D | RuntimeDyldCOFFI386.h | 41 StubMap &Stubs) override { in processRelocationRef()
|
H A D | RuntimeDyldMachOARM.h | 103 StubMap &Stubs) override { in processRelocationRef() 306 StubMap &Stubs) { in processBranchRelocation()
|
H A D | RuntimeDyldCOFFThumb.h | 86 StubMap &Stubs) override { in processRelocationRef() argument
|
H A D | RuntimeDyldMachOI386.h | 36 StubMap &Stubs) override { in processRelocationRef()
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 82 getDLLImportOffset(unsigned SectionID,StubMap & Stubs,StringRef Name,bool SetSectionIDMinus1) getDLLImportOffset() argument
|
H A D | RuntimeDyldELF.cpp | 1175 resolveAArch64Branch(unsigned SectionID,const RelocationValueRef & Value,relocation_iterator RelI,StubMap & Stubs) resolveAArch64Branch() argument 1228 processRelocationRef(unsigned SectionID,relocation_iterator RelI,const ObjectFile & O,ObjSectionToIDMap & ObjSectionToID,StubMap & Stubs) processRelocationRef() argument [all...] |
H A D | RuntimeDyld.cpp | 366 StubMap Stubs; in loadObjectImpl() local
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink-elf.cpp | 82 enum SectionType { GOT, Stubs, AArch32Stubs, Other }; enumerator
|
/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch32.h | 145 StubsFlavor Stubs = StubsFlavor::Undefined; member [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LazyReexports.cpp | 215 SymbolMap Stubs; materialize() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 962 MachineModuleInfoMachO::SymbolListTy Stubs; in emitNonLazyStubs() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 549 if (!Stubs.empty()) { in emitEndOfAsmFile() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AsmPrinter.cpp | 877 auto Stubs = MMIELF.getAuthGVStubList(); emitEndOfAsmFile() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2349 MachineModuleInfoELF::SymbolListTy Stubs = MMIELF.GetGVStubList(); doFinalization() local 2368 MachineModuleInfoCOFF::SymbolListTy Stubs = MMICOFF.GetGVStubList(); doFinalization() local
|