Home
last modified time | relevance | path

Searched refs:findLineNumbersByRVA (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp24 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h58 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h55 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h75 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp264 DIASession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in DIASession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp286 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in NativeSession
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp108 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override { in findLineNumbersByRVA() function in __anonb072cdf30111::MockSession