Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDClangDiagnosticsEmitter.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
187 Record *Group = DiagGroups[i]; in groupDiagnostics() local
339 bool InferPedantic::isSubGroupOfGroup(const Record *Group, in isSubGroupOfGroup()
366 bool InferPedantic::groupInPedantic(const Record *Group, bool increment) { in groupInPedantic()
383 void InferPedantic::markGroup(const Record *Group) { in markGroup()
404 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in compute() local
423 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) in compute() local
443 Record *Group = DiagGroups[i]; in compute() local
[all …]
/NextBSD/contrib/llvm/include/llvm/Object/
HDELFYAML.h89 Group, enumerator
123 struct Group : Section { struct
127 Group() : Section(SectionKind::Group) {} in Group() argument
129 return S->Kind == SectionKind::Group; in classof() argument
/NextBSD/contrib/llvm/lib/Option/
HDOption.cpp66 const Option Group = getGroup(); in dump() local
94 const Option Group = getGroup(); in matches() local
/NextBSD/contrib/llvm/lib/MC/
HDMCContext.cpp303 if (const MCSymbol *Group = Section->getGroup()) in renameELFSection() local
319 const MCSymbolELF *Group, in createELFRelSection()
332 StringRef Group, unsigned UniqueID, in getELFSection()
348 StringRef Group = ""; in getELFSection() local
377 MCSectionELF *MCContext::createELFGroupSection(const MCSymbolELF *Group) { in createELFGroupSection()
HDELFObjectWriter.cpp1226 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject() local
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDMachODumper.cpp367 ListScope Group(W, "Sections"); in printSections() local
493 DictScope Group(W, "Relocation"); in printRelocation() local
530 ListScope Group(W, "Symbols"); in printSymbols() local
538 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
HDELFDumper.cpp702 DictScope Group(W, "Relocation"); in printDynamicRelocations() local
771 DictScope Group(W, "Relocation"); in printRelocation() local
787 ListScope Group(W, "Symbols"); in printSymbols() local
794 ListScope Group(W, "DynamicSymbols"); in printDynamicSymbols() local
HDCOFFDumper.cpp843 DictScope Group(W, "Relocation"); in printRelocation() local
857 ListScope Group(W, "Symbols"); in printSymbols() local
863 void COFFDumper::printDynamicSymbols() { ListScope Group(W, "DynamicSymbols"); } in printDynamicSymbols() local
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDHeaderSearchOptions.h49 frontend::IncludeDirGroup Group; member
183 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCSectionELF.h49 const MCSymbolELF *Group; variable
HDMCContext.h323 StringRef Group) { in getELFSection()
329 StringRef Group, const char *BeginSymName) { in getELFSection()
336 StringRef Group, unsigned UniqueID) { in getELFSection()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDInitHeaderSearch.cpp115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath()
131 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
HDCompilerInvocation.cpp115 static void addDiagnosticArgs(ArgList &Args, OptSpecifier Group, in addDiagnosticArgs()
1132 frontend::IncludeDirGroup Group = in ParseHeaderSearchArgs() local
1175 frontend::IncludeDirGroup Group = frontend::System; in ParseHeaderSearchArgs() local
/NextBSD/contrib/llvm/tools/llvm-pdbdump/
HDClassDefinitionDumper.cpp116 const SymbolGroup &Group) { in dumpAccessGroup()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDDiagnosticIDs.cpp526 const WarningOption *Group, in getDiagnosticsInGroup()
554 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup()
573 StringRef Group) { in getNearestOption()
HDDiagnostic.cpp249 StringRef Group, diag::Severity Map, in setSeverityForGroup()
263 bool DiagnosticsEngine::setDiagnosticGroupWarningAsError(StringRef Group, in setDiagnosticGroupWarningAsError()
294 bool DiagnosticsEngine::setDiagnosticGroupErrorAsFatal(StringRef Group, in setDiagnosticGroupErrorAsFatal()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h37 uint32_t Group; variable
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp420 bool Group = Flags & ELF::SHF_GROUP; in ParseSectionArguments() local
524 if (const MCSymbol *Group = Section->getGroup()) { in ParseSectionArguments() local
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp361 RegisterGroup Group; member
539 bool SystemZAsmParser::parseRegister(Register &Reg, RegisterGroup Group, in parseRegister()
556 SystemZAsmParser::parseRegister(OperandVector &Operands, RegisterGroup Group, in parseRegister()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp211 StringRef Group = ""; in getExplicitSectionGlobal() local
273 StringRef Group = ""; in selectELFSectionForGlobal() local
HDAggressiveAntiDepBreaker.cpp69 unsigned Group, in GetGroupRegs()
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h349 SmallBitVector Group; member
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDSanitizerArgs.cpp316 SanitizerMask Group = G.first; in SanitizerArgs() local
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp767 void releaseGroup(InterleaveGroup *Group) { in releaseGroup()
2017 const InterleaveGroup *Group = Legal->getInterleavedAccessGroup(Instr); in vectorizeInterleaveGroup() local
4392 InterleaveGroup *Group = getInterleaveGroup(A); in analyzeInterleaving() local
5104 auto Group = Legal->getInterleavedAccessGroup(I); in getInstructionCost() local
/NextBSD/contrib/llvm/lib/Target/ARM/MCTargetDesc/
HDARMELFStreamer.cpp1072 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection() local

12