Home
last modified time | relevance | path

Searched refs:getPointerAtAddress (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DExceptions.cpp262 ErrorOr<uint64_t> PointerOrErr = BC.getPointerAtAddress(TypeAddress); in parseLSDA()
345 ErrorOr<uint64_t> PointerOrErr = BC.getPointerAtAddress(TypeAddress); in parseLSDA()
H A DBinaryContext.cpp567 : *getPointerAtAddress(EntryAddress); in analyzeJumpTable()
H A DBinaryFunction.cpp880 ErrorOr<uint64_t> Value = BC.getPointerAtAddress(ArrayStart); in processIndirectBranch()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1098 ErrorOr<uint64_t> getPointerAtAddress(uint64_t Address) const { in getPointerAtAddress() function
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp701 if (ErrorOr<uint64_t> MethodAddr = BC.getPointerAtAddress(Address)) { in maybeGetVtableSyms()