Home
last modified time | relevance | path

Searched refs:getVAFromSectOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp292 uint64_t VA = getVAFromSectOffset(Section, Offset); in findLineNumbersBySectOffset()
396 uint64_t NativeSession::getVAFromSectOffset(uint32_t Section, in getVAFromSectOffset() function in NativeSession
413 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
436 uint64_t VA = Session.getVAFromSectOffset(C.ISect, C.Off); in parseSectionContribs()
H A DNativePublicSymbol.cpp46 return Session.getVAFromSectOffset(Sym.Segment, Sym.Offset); in getVirtualAddress()
H A DNativeLineNumber.cpp43 return Session.getVAFromSectOffset(Section, Offset); in getVirtualAddress()
H A DNativeFunctionSymbol.cpp60 return Session.getVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getVirtualAddress()
H A DSymbolCache.cpp496 Session.getVAFromSectOffset(RelocSegment, RelocOffset); in findLineTable()
504 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h117 uint64_t getVAFromSectOffset(uint32_t Section, uint32_t Offset) const;