Home
last modified time | relevance | path

Searched refs:GetSectionInfo (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
64 GetSectionInfoFunction GetSectionInfo; variable
DRuntimeDyldChecker.cpp680 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument
686 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl()
803 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr()
861 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument
867 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCheckerImpl.h30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
64 GetSectionInfoFunction GetSectionInfo; variable
DRuntimeDyldChecker.cpp679 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldCheckerImpl() argument
685 GetSectionInfo(std::move(GetSectionInfo)), in RuntimeDyldCheckerImpl()
792 auto SecInfo = GetSectionInfo(FileName, SectionName); in getSectionAddr()
850 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo, in RuntimeDyldChecker() argument
856 std::move(GetSectionInfo), std::move(GetStubInfo), in RuntimeDyldChecker()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h147 GetSectionInfoFunction GetSectionInfo,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h147 GetSectionInfoFunction GetSectionInfo,
/external/llvm-project/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp862 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName, in linkAndVerify() local
924 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, in linkAndVerify()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.cpp1224 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) { in runChecks() local
1237 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo, in runChecks()