Home
last modified time | relevance | path

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

1234

/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
640 ListScope Group(W, "Symbols"); in printSymbols() local
656 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
659 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
817 DictScope Group(W, "DataInCode"); in printMachODataInCode() local
825 DictScope Group(W, "Entry"); in printMachODataInCode() local
858 DictScope Group(W, "MinVersion"); in printMachOVersionMin() local
902 DictScope Group(W, "Dysymtab"); in printMachODysymtab() local
930 DictScope Group(W, "Segment"); in printMachOSegment() local
[all …]
/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h86 auto async(ThreadPoolTaskGroup &Group, Function &&F, Args &&...ArgList) { in async()
112 ThreadPoolTaskGroup *Group) { in asyncImpl()
166 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
246 ThreadPoolTaskGroup *Group) override { in asyncEnqueue()
/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1088 if (const MCSymbol *Group = ElfSec.getGroup()) { getStackSizesSection() local
1106 if (const MCSymbol *Group = ElfSec.getGroup()) { getBBAddrMapSection() local
1126 if (const MCSymbol *Group = ElfSec.getGroup()) { getKCFITrapSection() local
1145 if (const MCSymbol *Group = ElfSec.getGroup()) { getPseudoProbeSection() local
1196 if (const MCSymbol *Group = ElfSec.getGroup()) { getPCSection() local
[all...]
H A DMCContext.cpp519 createELFSectionImpl(StringRef Section,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,bool Comdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) createELFSectionImpl() argument
536 createELFRelSection(const Twine & Name,unsigned Type,unsigned Flags,unsigned EntrySize,const MCSymbolELF * Group,const MCSectionELF * RelInfoSection) createELFRelSection() argument
557 getELFSection(const Twine & Section,unsigned Type,unsigned Flags,unsigned EntrySize,const Twine & Group,bool IsComdat,unsigned UniqueID,const MCSymbolELF * LinkedToSym) getELFSection() argument
573 StringRef Group = ""; getELFSection() local
625 createELFGroupSection(const MCSymbolELF * Group,bool IsComdat) createELFGroupSection() argument
748 getWasmSection(const Twine & Section,SectionKind K,unsigned Flags,const Twine & Group,unsigned UniqueID) getWasmSection() argument
763 StringRef Group = ""; getWasmSection() local
[all...]
H A DXCOFFObjectWriter.cpp185 for (auto *Group : Groups) in reset() local
574 Group.emplace_back(MCSec); in executePostLayoutBinding() local
1144 for (const auto *Group : Section->Groups) { writeRelocations() local
1219 for (const auto *Group : Section->Groups) { writeSymbolTable() local
1306 for (const auto *Group : Section->Groups) { finalizeSectionInfo() local
1446 __anon76b58e2c0402(const CsectGroup *Group) assignAddressesAndIndices() argument
1466 for (auto *Group : Section->Groups) { assignAddressesAndIndices() local
1619 for (const auto &Group : CsectEntry.Groups) { writeSectionForControlSectionEntry() local
[all...]
/llvm-project/clang/tools/diagtool/
H A DTreeView.cpp39 static bool unimplemented(const GroupRecord &Group) { in unimplemented()
46 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault()
60 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup()
/llvm-project/clang/include/clang/Basic/
H A DCLWarnings.h17 enum class Group; variable
H A DDiagnosticCategories.h23 enum class Group { enum
/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h79 addSuccessor(MemoryGroup * Group,bool IsDataDependent) addSuccessor() argument
275 const MemoryGroup &Group = getGroup(GroupID); isReady() local
283 const MemoryGroup &Group = getGroup(GroupID); isPending() local
291 const MemoryGroup &Group = getGroup(GroupID); isWaiting() local
297 const MemoryGroup &Group = getGroup(GroupID); hasDependentUsers() local
[all...]
/llvm-project/clang/tools/clang-refactor/
H A DTestSupport.cpp35 for (const auto &Group : GroupedRanges) { in dump() local
54 for (const auto &Group : GroupedRanges) { in foreachRange() local
121 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local
179 for (const auto &Group : llvm::enumerate(Results)) { in handleAllResults() local
388 for (auto &Group : GroupedRanges) findTestSelectionRanges() local
[all...]
/llvm-project/llvm/include/llvm/MC/
H A DMCSectionWasm.h29 const MCSymbolWasm *Group; variable
53 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm()
/llvm-project/llvm/utils/yaml-bench/
H A DYAMLBench.cpp145 benchmark(llvm::TimerGroup & Group,llvm::StringRef Name,llvm::StringRef Description,llvm::StringRef JSONText) benchmark() argument
220 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); main() local
223 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); main() local
[all...]
/llvm-project/llvm/lib/Option/
H A DOption.cpp70 const Option Group = getGroup(); print() local
104 const Option Group = getGroup(); matches() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCloneChecker.cpp111 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local
130 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local
/llvm-project/llvm/lib/Target/X86/
H A DX86CmovConversion.cpp197 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local
262 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local
292 CmovGroup Group; in collectCmovCandidates() local
418 for (auto &Group : CmovInstGroups) checkForProfitableCmovCandidates() local
551 for (auto &Group : TempGroups) { checkForProfitableCmovCandidates() local
[all...]
/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DLSUnit.cpp57 const MemoryGroup &Group = *GroupIt.second; in dump() local
191 MemoryGroup &Group = getGroup(CurrentLoadGroupID); dispatch() local
[all...]
/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h71 frontend::IncludeDirGroup Group; global() member
291 AddPath(StringRef Path,frontend::IncludeDirGroup Group,bool IsFramework,bool IgnoreSysRoot) AddPath() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp194 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain); in prepareNoAliasMetadata() local
240 if (Group != PtrToGroup.end()) { in annotateInstWithNoAlias() local
/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp98 if (auto *G = dyn_cast<DefInit>(R->getValueInit("Group"))) in extractDocumentation() local
123 if (auto *G = dyn_cast<DefInit>(R->getValueInit("Group"))) in extractDocumentation() local
40 Record *Group; global() member
422 emitGroup(int Depth,const DocumentedGroup & Group,const Record * DocInfo,raw_ostream & OS) emitGroup() argument
[all...]
H A DClangDiagnosticsEmitter.cpp56 getParents(const Record * Group) getParents() argument
63 getCategoryFromDiagGroup(const Record * Group,DiagGroupParentMap & DiagGroupParents) getCategoryFromDiagGroup() argument
84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { getDiagnosticCategory() local
175 Record *Group = DiagGroups[i]; groupDiagnostics() local
194 for (auto &Group : DiagsInGroup) { groupDiagnostics() local
298 isSubGroupOfGroup(const Record * Group,llvm::StringRef GName) isSubGroupOfGroup() argument
326 groupInPedantic(const Record * Group,bool increment) groupInPedantic() argument
344 markGroup(const Record * Group) markGroup() argument
365 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { compute() local
384 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) compute() local
404 Record *Group = DiagGroups[i]; compute() local
1446 if (DefInit *Group = dyn_cast<DefInit>(R.getValueInit("Group"))) { EmitClangDiagsDefs() local
1570 for (auto const &Group : GroupsInPedantic) { emitDiagSubGroups() local
1961 for (auto *Group : GroupsInPedantic) EmitClangDiagDocs() local
[all...]
/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp37 IncludeDirGroup Group; global() member
117 AddPath(const Twine & Path,IncludeDirGroup Group,bool isFramework,std::optional<unsigned> UserEntryIdx) AddPath() argument
134 AddUnmappedPath(const Twine & Path,IncludeDirGroup Group,bool isFramework,std::optional<unsigned> UserEntryIdx) AddUnmappedPath() argument
[all...]
/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
/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h725 releaseGroup(InterleaveGroup<Instruction> * Group) releaseGroup() argument
732 releaseGroupWithoutRemovingFromSet(InterleaveGroup<Instruction> * Group) releaseGroupWithoutRemovingFromSet() argument
737 delete Group; releaseGroupWithoutRemovingFromSet() local
[all...]
/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.h40 void setSymbolGroup(const SymbolGroup *Group) { SymGroup = Group; } in setSymbolGroup()

1234