Home
last modified time | relevance | path

Searched defs:Group (Results 1 – 25 of 94) sorted by relevance

1234

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp98 DictScope Group(W, "Relocation"); in printRelocation() local
148 ListScope Group(W, "Symbols"); in printSymbols() local
155 ListScope Group(W, "Sections"); in printSectionHeaders() local
168 ListScope Group(W, "InitFunctions"); in printSectionHeaders() local
175 ListScope Group(W, "Segments"); in printSectionHeaders() local
178 DictScope Group(W, "Segment"); in printSectionHeaders() local
189 ListScope Group(W, "Offset"); in printSectionHeaders() local
197 ListScope Group(W, "Memories"); in printSectionHeaders() local
199 DictScope Group(W, "Memory"); in printSectionHeaders() local
H A DMachODumper.cpp469 ListScope Group(W, "Sections"); in printSectionHeaders() local
577 DictScope Group(W, "Relocation"); in printRelocation() local
638 ListScope Group(W, "Symbols"); printSymbols() local
654 ListScope Group(W, "DynamicSymbols"); printDynamicSymbols() local
657 ListScope Group(W, "DynamicSymbols"); printDynamicSymbols() local
815 DictScope Group(W, "DataInCode"); printMachODataInCode() local
823 DictScope Group(W, "Entry"); printMachODataInCode() local
856 DictScope Group(W, "MinVersion"); printMachOVersionMin() local
900 DictScope Group(W, "Dysymtab"); printMachODysymtab() local
928 DictScope Group(W, "Segment"); printMachOSegment() local
948 DictScope Group(W, "Indirect Symbols"); printMachOIndirectSymbols() local
952 DictScope Group(W, "Entry"); printMachOIndirectSymbols() local
964 DictScope Group(W, "Linker Options"); printMachOLinkerOptions() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h87 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
113 ThreadPoolTaskGroup *Group) { in asyncImpl()
167 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
247 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1132 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() local
1150 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() local
1170 if (const MCSymbol *Group = ElfSec.getGroup()) { in getKCFITrapSection() local
1189 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPseudoProbeSection() local
1240 if (const MCSymbol *Group = ElfSec.getGroup()) { in getPCSection() local
H A DXCOFFObjectWriter.cpp184 for (auto *Group : Groups) in reset() local
572 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
1131 for (const auto *Group : Section->Groups) { in writeRelocations() local
1203 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
1289 for (const auto *Group : Section->Groups) { in finalizeSectionInfo() local
1428 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
1448 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
1601 for (const auto &Group : CsectEntry.Groups) { in writeSectionForControlSectionEntry() local
H A DMCContext.cpp585 const MCSymbolELF *Group, in createELFSectionImpl()
602 unsigned EntrySize, const MCSymbolELF *Group, in createELFRelSection()
623 const Twine &Group, bool IsComdat, in getELFSection()
688 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()
840 unsigned Flags, const Twine &Group, in getWasmSection()
860 StringRef Group = ""; in getWasmSection() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h290 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor()
426 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
432 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
438 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
444 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
449 const MemoryGroup &Group = getGroup(GroupId); in getCriticalPredecessor() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp265 if (auto Group = D.GetGroup()) in getOrCreateDiagID() local
304 if (auto Group = Diag.GetGroup()) { in initCustomDiagMapping() local
611 StringRef DiagnosticIDs::getWarningOptionDocumentation(diag::Group Group) { in getWarningOptionDocumentation()
615 StringRef DiagnosticIDs::getWarningOptionForGroup(diag::Group Group) { in getWarningOptionForGroup()
664 const WarningOption *Group, in getDiagnosticsInGroup()
698 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup()
712 static void forEachSubGroupImpl(const WarningOption *Group, Func func) { in forEachSubGroupImpl()
721 static void forEachSubGroup(diag::Group Group, Func func) { in forEachSubGroup()
727 void DiagnosticIDs::setGroupSeverity(StringRef Group, diag::Severity Sev) { in setGroupSeverity()
735 void DiagnosticIDs::setGroupNoWarningsAsError(StringRef Group, bool Val) { in setGroupNoWarningsAsError()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp195 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
259 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
289 CmovGroup Group; in collectCmovCandidates() local
415 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates() local
548 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCLWarnings.h17 enum class Group; variable
H A DDiagnosticCategories.h23 enum class Group { enum
H A DDiagnosticIDs.h33 enum class Group; variable
207 diag::Group Group; variable
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp72 const Option Group = getGroup(); in print() local
106 const Option Group = getGroup(); in matches() local
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
189 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp34 IncludeDirGroup Group; member
104 bool InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
121 bool InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp47 for (const Record *Group : Records.getAllDerivedDefinitions("DiagGroup")) in DiagGroupParentMap() local
52 ArrayRef<const Record *> getParents(const Record *Group) { in getParents()
59 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup()
79 if (const auto *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local
168 for (const Record *Group : DiagGroups) { in groupDiagnostics() local
182 for (auto &Group : DiagsInGroup) { in groupDiagnostics() local
282 bool InferPedantic::isSubGroupOfGroup(const Record *Group, StringRef GName) { in isSubGroupOfGroup()
304 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
321 void InferPedantic::markGroup(const Record *Group) { in markGroup()
340 if (const auto *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
[all …]
H A DClangOptionDocEmitter.cpp39 const Record *Group; member
97 const Record *Group = nullptr; in extractDocumentation() local
126 const Record *Group = nullptr; in extractDocumentation() local
421 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h68 frontend::IncludeDirGroup Group; member
307 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp102 uint32_t parseSectionFlags(StringRef FlagStr, bool &Passive, bool &Group) { in parseSectionFlags()
176 bool Group = false; in parseSectionDirective() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp193 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local
241 auto Group = PtrToGroup.find(Ptr); in getNoAliasMetadataFor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h796 void releaseGroup(InterleaveGroup<Instruction> *Group) { in releaseGroup()
803 void releaseGroupWithoutRemovingFromSet(InterleaveGroup<Instruction> *Group) { in releaseGroupWithoutRemovingFromSet()
808 delete Group; in releaseGroupWithoutRemovingFromSet() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp99 CloneDetector::CloneGroup &Group) { in containsAnyInGroup()
109 static bool containsGroup(CloneDetector::CloneGroup &Group, in containsGroup()
154 const CloneDetector::CloneGroup &Group) { in isAutoGenerated()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h40 void setSymbolGroup(const SymbolGroup *Group) { SymGroup = Group; } in setSymbolGroup()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1133 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps()
1524 StrideEntry *A) -> Instruction * { in analyzeInterleaving()
1648 const char *FirstOrLast) -> bool { in analyzeInterleaving()
1677 for (auto *Group : LoadGroups) { in analyzeInterleaving() local
1712 for (auto *Group : StoreGroups) { in analyzeInterleaving() local
1754 bool ReleasedGroup = InterleaveGroups.remove_if([&](auto *Group) { in invalidateGroupsRequiringScalarEpilogue()

1234