Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp25 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp25 return Session.findLineNumbersByRVA(RVA, Len); in getLineNumbers()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h55 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h55 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h58 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h59 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h63 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h71 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp135 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in NativeSession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp264 DIASession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp264 DIASession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp278 NativeSession::findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const { in findLineNumbersByRVA() function in NativeSession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp108 findLineNumbersByRVA(uint32_t RVA, uint32_t Length) const override { in findLineNumbersByRVA() function in __anon3ef83b7a0111::MockSession