Home
last modified time | relevance | path

Searched defs:Resolver (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h52 JITSymbolResolver &Resolver) in RuntimeDyldMachO()
155 JITSymbolResolver &Resolver) in RuntimeDyldMachOCRTPBase()
H A DRuntimeDyldCOFF.h39 JITSymbolResolver &Resolver, unsigned PointerSize, in RuntimeDyldCOFF()
H A DRuntimeDyldCOFF.cpp51 JITSymbolResolver &Resolver) { in create()
H A DRuntimeDyld.cpp1296 : MemMgr(MemMgr), Resolver(Resolver) { in RuntimeDyld() argument
1313 createRuntimeDyldCOFF(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldCOFF() argument
1324 createRuntimeDyldELF(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldELF() argument
1336 createRuntimeDyldMachO(Triple::ArchType Arch,RuntimeDyld::MemoryManager & MM,JITSymbolResolver & Resolver,bool ProcessAllSections,RuntimeDyld::NotifyStubEmittedFunction NotifyStubEmitted) createRuntimeDyldMachO() argument
1447 jitLinkForORC(object::OwningBinary<object::ObjectFile> O,RuntimeDyld::MemoryManager & MemMgr,JITSymbolResolver & Resolver,bool ProcessAllSections,unique_function<Error (const object::ObjectFile & Obj,RuntimeDyld::LoadedObjectInfo & LoadedObj,std::map<StringRef,JITEvaluatedSymbol>)> OnLoaded,unique_function<void (object::OwningBinary<object::ObjectFile>,std::unique_ptr<RuntimeDyld::LoadedObjectInfo>,Error)> OnEmitted) jitLinkForORC() argument
[all...]
H A DRuntimeDyldImpl.h247 JITSymbolResolver &Resolver; variable
460 JITSymbolResolver &Resolver) in RuntimeDyldImpl() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.h24 JITSymbolResolver &Resolver) in RuntimeDyldELFMips()
H A DRuntimeDyldCOFFI386.h27 JITSymbolResolver &Resolver) in RuntimeDyldCOFFI386()
H A DRuntimeDyldCOFFThumb.h50 JITSymbolResolver &Resolver) in RuntimeDyldCOFFThumb()
H A DRuntimeDyldMachOX86_64.h25 JITSymbolResolver &Resolver) in RuntimeDyldMachOX86_64()
H A DRuntimeDyldCOFFX86_64.h58 JITSymbolResolver &Resolver) in RuntimeDyldCOFFX86_64()
H A DRuntimeDyldMachOI386.h25 JITSymbolResolver &Resolver) in RuntimeDyldMachOI386()
H A DRuntimeDyldCOFFAArch64.h92 JITSymbolResolver &Resolver) in RuntimeDyldCOFFAArch64()
H A DRuntimeDyldMachOAArch64.h26 JITSymbolResolver &Resolver) in RuntimeDyldMachOAArch64()
/freebsd-src/contrib/llvm-project/llvm/tools/lli/
H A DForwardingMemoryManager.h29 void setResolver(std::shared_ptr<LegacyJITSymbolResolver> Resolver) { in setResolver() argument
87 std::shared_ptr<LegacyJITSymbolResolver> Resolver; variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.h30 std::shared_ptr<LegacyJITSymbolResolver> Resolver) in LinkingSymbolResolver()
174 LinkingSymbolResolver Resolver; variable
H A DMCJIT.cpp47 std::shared_ptr<LegacyJITSymbolResolver> Resolver, in createJIT()
68 std::shared_ptr<LegacyJITSymbolResolver> Resolver) in MCJIT()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFRelocMap.h27 object::RelocationResolver Resolver; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalIFunc.h69 void setResolver(Constant *Resolver) { Op<0>().set(Resolver); } in setResolver()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h302 JITSymbolResolver &Resolver; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp204 if (const Constant *Resolver = I.getResolver()) in CloneModule() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp325 DiskFilesOrDirectories(const llvm::Twine & partial_name,bool only_directories,CompletionRequest & request,TildeExpressionResolver & Resolver) DiskFilesOrDirectories() argument
464 DiskFilesOrDirectories(const llvm::Twine & partial_name,bool only_directories,StringList & matches,TildeExpressionResolver & Resolver) DiskFilesOrDirectories() argument
487 DiskFiles(const llvm::Twine & partial_file_name,StringList & matches,TildeExpressionResolver & Resolver) DiskFiles() argument
499 DiskDirectories(const llvm::Twine & partial_file_name,StringList & matches,TildeExpressionResolver & Resolver) DiskDirectories() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/
H A DPass.h95 AnalysisResolver *Resolver = nullptr; // Used to resolve analysis variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTFLiteUtils.cpp120 tflite::ops::builtin::BuiltinOpResolver Resolver; in TFModelEvaluatorImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp566 GlobalIFunc(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Resolver,Module * ParentModule) GlobalIFunc() argument
577 create(Type * Ty,unsigned AddressSpace,LinkageTypes Link,const Twine & Name,Constant * Resolver,Module * ParentModule) create() argument
/freebsd-src/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp112 object::RelocationResolver Resolver; in loadObj() local

12