HomeSort by: relevance | last modified time | path
    Searched refs:getVAFromSectOffset (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeLineNumber.cpp 42 return Session.getVAFromSectOffset(Section, Offset);
NativePublicSymbol.cpp 47 return Session.getVAFromSectOffset(Sym.Segment, Sym.Offset);
NativeFunctionSymbol.cpp 56 return Session.getVAFromSectOffset(Sym.Segment, Sym.CodeOffset);
NativeSession.cpp 285 uint64_t VA = getVAFromSectOffset(Section, Offset);
389 uint64_t NativeSession::getVAFromSectOffset(uint32_t Section,
406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset));
429 uint64_t VA = Session.getVAFromSectOffset(C.ISect, C.Off);
SymbolCache.cpp 487 Session.getVAFromSectOffset(RelocSegment, RelocOffset);
495 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeSession.h 112 uint64_t getVAFromSectOffset(uint32_t Section, uint32_t Offset) const;

Completed in 89 milliseconds