Searched refs:GetSectionInfo (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,
64 GetSectionInfoFunction GetSectionInfo; member in class:llvm::RuntimeDyldCheckerImpl
H A DRuntimeDyldChecker.cpp679 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
685 GetSectionInfo(std::move(GetSectionInfo)),
792 auto SecInfo = GetSectionInfo(FileName, SectionName);
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.h147 GetSectionInfoFunction GetSectionInfo,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp860 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, local
922 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo,

Completed in 169 milliseconds