Home
last modified time | relevance | path

Searched refs:analyzeMemoryAt (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h762 MemoryContentsType analyzeMemoryAt(uint64_t Address, BinaryFunction &BF);
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp425 const MemoryContentsType MemType = analyzeMemoryAt(Address, BF); in handleAddressRef()
443 MemoryContentsType BinaryContext::analyzeMemoryAt(uint64_t Address, in analyzeMemoryAt() function in llvm::bolt::BinaryContext
H A DBinaryFunction.cpp909 MemType = BC.analyzeMemoryAt(ArrayStart, *this); in processIndirectBranch()