Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.cpp1112 static bool isRVACode(COFFObjectFile *coffObj, uint64_t rva, InputFile *file) { in isRVACode() function
1150 bool code = isRVACode(coffObj.get(), exportRVA, this); in parse()