Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp285 uint64_t VA = getVAFromSectOffset(Section, Offset); in findLineNumbersBySectOffset()
389 uint64_t NativeSession::getVAFromSectOffset(uint32_t Section, in getVAFromSectOffset() function in NativeSession
406 auto Iter = AddrToModuleIndex.find(getVAFromSectOffset(Sect, Offset)); in moduleIndexForSectOffset()
429 uint64_t VA = Session.getVAFromSectOffset(C.ISect, C.Off); in parseSectionContribs()
DNativePublicSymbol.cpp47 return Session.getVAFromSectOffset(Sym.Segment, Sym.Offset); in getVirtualAddress()
DNativeLineNumber.cpp42 return Session.getVAFromSectOffset(Section, Offset); in getVirtualAddress()
DNativeFunctionSymbol.cpp56 return Session.getVAFromSectOffset(Sym.Segment, Sym.CodeOffset); in getVirtualAddress()
DSymbolCache.cpp486 Session.getVAFromSectOffset(RelocSegment, RelocOffset + LN.Offset); in findLineTable()
498 uint64_t VA = Session.getVAFromSectOffset( in findLineTable()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h112 uint64_t getVAFromSectOffset(uint32_t Section, uint32_t Offset) const;