Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h147 GetSectionInfoFunction GetSectionInfo,