Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp279 getModuleSectionIndexForAddress(ModuleOffset.Address); in symbolizeCode()
303 getModuleSectionIndexForAddress(ModuleOffset.Address); in symbolizeInlinedCode()
350 getModuleSectionIndexForAddress(ModuleOffset.Address); in symbolizeFrame()
362 object::SectionedAddress A{Addr, getModuleSectionIndexForAddress(Addr)}; in findSymbol()
370 uint64_t SymbolizableObjectFile::getModuleSectionIndexForAddress( in getModuleSectionIndexForAddress() function in SymbolizableObjectFile
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h71 uint64_t getModuleSectionIndexForAddress(uint64_t Address) const;