Home
last modified time | relevance | path

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

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