Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp178 bool IsPrimary, raw_ostream &OS);
296 bool IsPrimary, in emitLookupFunction() argument
307 if (IsPrimary) { in emitLookupFunction()
377 if (IsPrimary) in emitLookupFunction()
413 if (IsPrimary) in emitLookupFunction()
457 if (IsPrimary) in emitLookupFunction()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h356 bool tryMergeGots(FileGot & Dst, FileGot & Src, bool IsPrimary);
H A DSyntheticSections.cpp782 bool MipsGotSection::tryMergeGots(FileGot &Dst, FileGot &Src, bool IsPrimary) { in tryMergeGots() argument
791 size_t Count = IsPrimary ? HeaderEntriesNum : 0; in tryMergeGots()