HomeSort by relevance Sort by last modified time
    Searched refs:getModulePreferredBase (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/DebugInfo/Symbolize/
SymbolizableModule.h 45 virtual uint64_t getModulePreferredBase() const = 0;
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.h 43 uint64_t getModulePreferredBase() const override;
Symbolize.cpp 70 ModuleOffset += Info->getModulePreferredBase();
96 ModuleOffset += Info->getModulePreferredBase();
126 ModuleOffset += Info->getModulePreferredBase();
SymbolizableObjectFile.cpp 166 uint64_t SymbolizableObjectFile::getModulePreferredBase() const {

Completed in 324 milliseconds