Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp27 return Session.findLineNumbersBySectOffset( in getLineNumbers()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h60 findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h57 findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h77 findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset,
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp273 DIASession::findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset, in findLineNumbersBySectOffset() function in DIASession
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp291 NativeSession::findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset, in findLineNumbersBySectOffset() function in NativeSession
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp112 findLineNumbersBySectOffset(uint32_t Section, uint32_t Offset, in findLineNumbersBySectOffset() function in __anonb072cdf30111::MockSession