Home
last modified time | relevance | path

Searched refs:IsInsideLoad (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp103 bool IsInsideLoad; member
104 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext()
369 uint64_t SymbolAddr = PCtx.IsInsideLoad in evalNextPC()
427 PCtx.IsInsideLoad, IsStubAddr); in evalStubOrGOTAddr()
466 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
509 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr()
974 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
992 if (IsInsideLoad) { in getSectionAddr()
1005 bool IsInsideLoad, bool IsStubAddr) const { in getStubOrGOTAddrFor() argument
1025 if (IsInsideLoad) { in getStubOrGOTAddrFor()
H A DRuntimeDyldCheckerImpl.h63 bool IsInsideLoad) const;
67 StringRef StubKindFilter, bool IsInsideLoad,