Home
last modified time | relevance | path

Searched defs:coffObj (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/COFF/
H A DInputFiles.cpp140 COFFObjectFile *coffObj = cast<COFFObjectFile>(coffObjPtr.get()); in parseLazy() local
1116 isRVACode(COFFObjectFile * coffObj,uint64_t rva,InputFile * file) isRVACode() argument
[all...]
H A DInputFiles.h272 std::unique_ptr<COFFObjectFile> coffObj; global() variable