Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp221 auto NewRecord = Record; in addMemProfRecord() local
226 for (auto &Alloc : NewRecord.AllocSites) { in addMemProfRecord()
242 MemProfSumBuilder.addRecord(NewRecord); in addMemProfRecord()
243 auto [Iter, Inserted] = MemProfData.Records.insert({Id, NewRecord}); in addMemProfRecord()
249 Existing.merge(NewRecord); in addMemProfRecord()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h325 auto *NewRecord = API.createRecord<GlobalVariableRecord>( in VisitVarDecl() local
332 maybeMergeWithAnonymousTag(*Decl, NewRecord); in VisitVarDecl()
1323 RecordContext *NewRecord = nullptr; in VisitFieldDecl() local
1327 NewRecord = API.createRecord<CXXFieldRecord>( in VisitFieldDecl()
1333 NewRecord = API.createRecord<UnionFieldRecord>( in VisitFieldDecl()
1338 NewRecord = API.createRecord<StructFieldRecord>( in VisitFieldDecl()
1346 maybeMergeWithAnonymousTag(*Decl, NewRecord); in VisitFieldDecl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp465 bool NewRecord = false; in recordUniqueNode() local
476 NewRecord = true; in recordUniqueNode()
488 return NewRecord; in recordUniqueNode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4407 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseGlobalIndirectSymbolRecord() local
4408 if (Record.size() < (3 + (unsigned)NewRecord)) in parseGlobalIndirectSymbolRecord()
4417 if (!NewRecord) { in parseGlobalIndirectSymbolRecord()