HomeSort by: relevance | last modified time | path
    Searched defs:GetStubInfo (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCheckerImpl.h 30 GetSectionInfoFunction GetSectionInfo, GetStubInfoFunction GetStubInfo,
65 GetStubInfoFunction GetStubInfo;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 876 auto GetStubInfo = [&Dyld, &StubMap](StringRef StubContainer,
928 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo,
929 GetStubInfo, Obj.isLittleEndian() ? support::little : support::big,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
llvm-jitlink.cpp 1285 auto GetStubInfo = [&S](StringRef FileName, StringRef SectionName) {
1294 IsSymbolValid, GetSymbolInfo, GetSectionInfo, GetStubInfo, GetGOTInfo,

Completed in 22 milliseconds