Home
last modified time | relevance | path

Searched +defs:insert +defs:file +defs:contents (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/COFF/
DDebugTypes.cpp53 pdb::PDBFile &file = f->session->getPDBFile(); in TypeServerSource() local
190 TpiSource *lld::coff::makeTpiSource(ObjFile *file) { in makeTpiSource()
202 TpiSource *lld::coff::makeUseTypeServerSource(ObjFile *file, in makeUseTypeServerSource()
207 TpiSource *lld::coff::makePrecompSource(ObjFile *file) { in makePrecompSource()
211 TpiSource *lld::coff::makeUsePrecompSource(ObjFile *file, in makeUsePrecompSource()
235 MutableArrayRef<uint8_t> contents = rec.drop_front(sizeof(RecordPrefix)); in remapRecord() local
294 static Optional<ArrayRef<uint8_t>> getDebugH(ObjFile *file) { in getDebugH()
299 ArrayRef<uint8_t> contents = sec->getContents(); in getDebugH() local
482 static PrecompSource *findPrecompSource(ObjFile *file, PrecompRecord &pr) { in findPrecompSource()
497 static Expected<PrecompSource *> findPrecompMap(ObjFile *file, in findPrecompMap()
[all …]