Home
last modified time | relevance | path

Searched defs:rva (Results 1 – 8 of 8) sorted by relevance

/llvm-project/lld/COFF/
H A DChunks.h154 uint32_t rva = 0; variable
716 uint32_t rva; global() variable
H A DWriter.cpp126 fillEntry(debug_directory * d,COFF::DebugType debugType,size_t size,uint64_t rva,uint64_t offs) const fillEntry() argument
1510 uint64_t rva = alignTo(sizeOfHeaders, config->align); assignAddresses() local
[all...]
H A DInputFiles.cpp1165 isRVACode(COFFObjectFile * coffObj,uint64_t rva,InputFile * file) isRVACode() argument
H A DChunks.cpp889 ulittle32_t rva; writeTo() member
[all...]
/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
H A DPECallFrameInfo.cpp508 uint32_t rva = m_object_file.GetRVA(range.GetBaseAddress()); in FindRuntimeFunctionIntersectsWithRange() local
H A DObjectFilePECOFF.cpp669 GetAddress(uint32_t rva) GetAddress() argument
704 ReadImageDataByRVA(uint32_t rva,size_t size) ReadImageDataByRVA() argument
/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp991 RVAPtr(void * module,uptr rva) RVAPtr() argument
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp873 if (uint32_t rva = func->getRelativeVirtualAddress()) { in GetDeclForSymbol() local