Home
last modified time | relevance | path

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

/freebsd-14.2/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()
421 PCtx.IsInsideLoad, IsStubAddr); in evalStubOrGOTAddr()
460 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
503 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr()
968 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
986 if (IsInsideLoad) { in getSectionAddr()
999 bool IsInsideLoad, bool IsStubAddr) const { in getStubOrGOTAddrFor() argument
1019 if (IsInsideLoad) { in getStubOrGOTAddrFor()
H A DRuntimeDyldCheckerImpl.h63 bool IsInsideLoad) const;
67 StringRef StubKindFilter, bool IsInsideLoad,