HomeSort by: relevance | last modified time | path
    Searched refs:GetSectionInfo (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
64 GetSectionInfoFunction GetSectionInfo;
RuntimeDyldChecker.cpp 682 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
688 GetSectionInfo(std::move(GetSectionInfo)),
805 auto SecInfo = GetSectionInfo(FileName, SectionName);
863 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
869 std::move(GetSectionInfo), std::move(GetStubInfo),
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
RuntimeDyldChecker.h 147 GetSectionInfoFunction GetSectionInfo,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 863 auto GetSectionInfo = [&Dyld, &FileToSecIDMap](StringRef FileName,
928 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 1281 auto GetSectionInfo = [&S](StringRef FileName, StringRef SectionName) {
1294 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo,

Completed in 29 milliseconds