Searched refs:GetStubInfo (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
65 GetStubInfoFunction GetStubInfo; member in class:llvm::RuntimeDyldCheckerImpl
H A DRuntimeDyldChecker.cpp679 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
686 GetStubInfo(std::move(GetStubInfo)), GetGOTInfo(std::move(GetGOTInfo)),
823 auto StubInfo = IsStubAddr ? GetStubInfo(StubContainerName, SymbolName)
850 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
856 std::move(GetSectionInfo), std::move(GetStubInfo),
677 RuntimeDyldCheckerImpl( IsSymbolValidFunction IsSymbolValid, GetSymbolInfoFunction GetSymbolInfo, GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, MCDisassembler *Disassembler, MCInstPrinter *InstPrinter, raw_ostream &ErrStream) argument
848 RuntimeDyldChecker( IsSymbolValidFunction IsSymbolValid, GetSymbolInfoFunction GetSymbolInfo, GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, GetGOTInfoFunction GetGOTInfo, support::endianness Endianness, MCDisassembler *Disassembler, MCInstPrinter *InstPrinter, raw_ostream &ErrStream) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h148 GetStubInfoFunction GetStubInfo,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp872 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer, local
922 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo,
923 GetStubInfo, Obj.isLittleEndian() ? support::little : support::big,

Completed in 180 milliseconds