Searched refs:addressForRVA (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolData.cpp44 Session.addressForRVA(RVA, DataSection, DataOffset);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h37 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp214 return addressForRVA(RVA, Section, Offset);
217 bool NativeSession::addressForRVA(uint32_t RVA, uint32_t &Section, function in class:NativeSession
251 addressForRVA(RVA, Section, Offset);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h54 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp171 bool DIASession::addressForRVA(uint32_t RVA, uint32_t &Section, function in class:DIASession
174 if (S_OK == Session->addressForRVA(RVA, &ArgSection, &ArgOffset)) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp2032 m_session_up->addressForRVA(RVA, DataSection, DataOffset);

Completed in 84 milliseconds