Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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
192 ListScope Group(W, "Memories"); in printSectionHeaders() local
194 DictScope Group(W, "Memory"); in printSectionHeaders() local
H A DMachODumper.cpp456 ListScope Group(W, "Sections"); in printSectionHeaders() local
568 DictScope Group(W, "Relocation"); in printRelocation() local
605 ListScope Group(W, "Symbols"); in printSymbols() local
613 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
731 DictScope Group(W, "DataInCode"); in printMachODataInCode() local
739 DictScope Group(W, "Entry"); in printMachODataInCode() local
772 DictScope Group(W, "MinVersion"); in printMachOVersionMin() local
816 DictScope Group(W, "Dysymtab"); in printMachODysymtab() local
844 DictScope Group(W, "Segment"); in printMachOSegment() local
864 DictScope Group(W, "Indirect Symbols"); in printMachOIndirectSymbols() local
[all …]
H A DXCOFFDumper.cpp409 ListScope Group(W, "Symbols"); in printSymbols() local
476 ListScope Group(W, "Sections"); in printSectionHeaders() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp39 static bool unimplemented(const GroupRecord &Group) { in unimplemented()
50 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault()
64 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1036 if (const MCSymbol *Group = ElfSec.getGroup()) { in getStackSizesSection() local
1054 if (const MCSymbol *Group = ElfSec.getGroup()) { in getBBAddrMapSection() local
1071 if (const MCSymbol *Group = ElfSec->getGroup()) { in getPseudoProbeSection() local
H A DXCOFFObjectWriter.cpp137 for (auto *Group : Groups) in reset() local
362 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local
533 for (const auto *Group : Section->Groups) { in writeSections() local
734 for (const auto *Group : Section->Groups) { in writeRelocations() local
781 for (const auto *Group : Section->Groups) { in writeSymbolTable() local
805 for (const auto *Group : Section->Groups) { in finalizeSectionInfo() local
867 [](const CsectGroup *Group) { return Group->empty(); }); in assignAddressesAndIndices()
887 for (auto *Group : Section->Groups) { in assignAddressesAndIndices() local
H A DMCContext.cpp446 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
465 const MCSymbolELF *Group, in createELFSectionImpl()
500 const MCSymbolELF *Group, in createELFRelSection()
522 const Twine &Group, bool IsComdat, in getELFSection()
538 StringRef Group = ""; in getELFSection() local
572 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group, in createELFGroupSection()
675 unsigned Flags, const Twine &Group, in getWasmSection()
692 StringRef Group = ""; in getWasmSection() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h82 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor()
278 const MemoryGroup &Group = getGroup(GroupID); in isReady() local
286 const MemoryGroup &Group = getGroup(GroupID); in isPending() local
294 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local
300 const MemoryGroup &Group = getGroup(GroupID); in hasDependentUsers() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp34 for (const auto &Group : GroupedRanges) { in dump() local
53 for (const auto &Group : GroupedRanges) { in foreachRange() local
120 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local
178 for (auto &Group : llvm::enumerate(Results)) { in handleAllResults() local
387 for (auto &Group : GroupedRanges) in findTestSelectionRanges() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
49 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark()
222 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
225 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp186 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
247 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
277 CmovGroup Group; in collectCmovCandidates() local
399 for (auto &Group : CmovInstGroups) in checkForProfitableCmovCandidates() local
533 for (auto &Group : TempGroups) { in checkForProfitableCmovCandidates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Option/
H A DOption.cpp71 const Option Group = getGroup(); in print() local
103 const Option Group = getGroup(); in matches() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp114 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local
133 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
190 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp36 Record *Group; member
71 Record *Group = nullptr; in extractDocumentation() local
96 Record *Group = nullptr; in extractDocumentation() local
353 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup()
H A DClangDiagnosticsEmitter.cpp56 const std::vector<Record*> &getParents(const Record *Group) { in getParents()
63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup()
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local
174 Record *Group = DiagGroups[i]; in groupDiagnostics() local
192 for (auto &Group : DiagsInGroup) { in groupDiagnostics() local
295 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
323 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
341 void InferPedantic::markGroup(const Record *Group) { in markGroup()
362 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
381 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp93 uint32_t parseSectionFlags(StringRef FlagStr, bool &Passive, bool &Group) { in parseSectionFlags()
164 bool Group = false; in parseSectionDirective() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearchOptions.h71 frontend::IncludeDirGroup Group; member
234 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp194 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata() local
240 auto Group = PtrToGroup.find(Ptr); in annotateInstWithNoAlias() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp100 CloneDetector::CloneGroup &Group) { in containsAnyInGroup()
110 static bool containsGroup(CloneDetector::CloneGroup &Group, in containsGroup()
156 const CloneDetector::CloneGroup &Group) { in isAutoGenerated()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp757 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps()
1060 InterleaveGroup<Instruction> *Group = nullptr; in analyzeInterleaving() local
1188 for (auto *Group : StoreGroups) in analyzeInterleaving() local
1209 for (auto *Group : LoadGroups) { in analyzeInterleaving() local
1269 for (auto *Group : make_early_inc_range(InterleaveGroups)) { in invalidateGroupsRequiringScalarEpilogue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp356 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction()
574 OutlinableGroup &Group = *Region.Parent; in findExtractedInputToOverallInputMapping() local
642 OutlinableGroup &Group = *Region.Parent; in findExtractedOutputToOverallOutputMapping() local
736 OutlinableGroup &Group = *Region.Parent; in replaceCalledFunction() local
840 OutlinableGroup &Group = *Region.Parent; in replaceArgumentUses() local
887 OutlinableGroup &Group = *Region.Parent; in replaceConstants() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h40 void setSymbolGroup(const SymbolGroup *Group) { SymGroup = Group; } in setSymbolGroup()

1234