Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolData.cpp44 Session.addressForRVA(RVA, DataSection, DataOffset); in getCompilandId()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h37 virtual bool addressForRVA(uint32_t RVA, uint32_t &Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h38 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h46 bool addressForRVA(uint32_t RVA, uint32_t &Section,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp171 bool DIASession::addressForRVA(uint32_t RVA, uint32_t &Section, in addressForRVA() function in DIASession
174 if (S_OK == Session->addressForRVA(RVA, &ArgSection, &ArgOffset)) { in addressForRVA()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp101 bool NativeSession::addressForRVA(uint32_t VA, uint32_t &Section, in addressForRVA() function in NativeSession