Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp83 bool IsInsideLoad; member
84 ParseContext(bool IsInsideLoad) : IsInsideLoad(IsInsideLoad) {} in ParseContext()
316 uint64_t SymbolAddr = PCtx.IsInsideLoad in evalNextPC()
366 FileName, SectionName, Symbol, PCtx.IsInsideLoad); in evalStubAddr()
403 FileName, SectionName, PCtx.IsInsideLoad); in evalSectionAddr()
444 uint64_t Value = PCtx.IsInsideLoad ? Checker.getSymbolLocalAddr(Symbol) in evalIdentifierExpr()
828 StringRef FileName, StringRef SectionName, bool IsInsideLoad) const { in getSectionAddr()
841 if (IsInsideLoad) in getSectionAddr()
852 bool IsInsideLoad) const { in getStubAddrFor()
876 if (IsInsideLoad) { in getStubAddrFor()
H A DRuntimeDyldCheckerImpl.h58 bool IsInsideLoad) const;
63 bool IsInsideLoad) const;