| /NextBSD/contrib/llvm/tools/clang/utils/TableGen/ |
| HD | ClangDiagnosticsEmitter.cpp | 56 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/ |
| HD | ELFYAML.h | 89 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/ |
| HD | Option.cpp | 66 const Option Group = getGroup(); in dump() local 94 const Option Group = getGroup(); in matches() local
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCContext.cpp | 303 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()
|
| HD | ELFObjectWriter.cpp | 1226 MCSectionELF *Group = Ctx.createELFGroupSection(SignatureSymbol); in writeObject() local
|
| /NextBSD/contrib/llvm/tools/llvm-readobj/ |
| HD | MachODumper.cpp | 367 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
|
| HD | ELFDumper.cpp | 702 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
|
| HD | COFFDumper.cpp | 843 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/ |
| HD | HeaderSearchOptions.h | 49 frontend::IncludeDirGroup Group; member 183 void AddPath(StringRef Path, frontend::IncludeDirGroup Group, in AddPath()
|
| /NextBSD/contrib/llvm/include/llvm/MC/ |
| HD | MCSectionELF.h | 49 const MCSymbolELF *Group; variable
|
| HD | MCContext.h | 323 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/ |
| HD | InitHeaderSearch.cpp | 115 void InitHeaderSearch::AddPath(const Twine &Path, IncludeDirGroup Group, in AddPath() 131 void InitHeaderSearch::AddUnmappedPath(const Twine &Path, IncludeDirGroup Group, in AddUnmappedPath()
|
| HD | CompilerInvocation.cpp | 115 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/ |
| HD | ClassDefinitionDumper.cpp | 116 const SymbolGroup &Group) { in dumpAccessGroup()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | DiagnosticIDs.cpp | 526 const WarningOption *Group, in getDiagnosticsInGroup() 554 DiagnosticIDs::getDiagnosticsInGroup(diag::Flavor Flavor, StringRef Group, in getDiagnosticsInGroup() 573 StringRef Group) { in getNearestOption()
|
| HD | Diagnostic.cpp | 249 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/ |
| HD | VirtualFileSystem.h | 37 uint32_t Group; variable
|
| /NextBSD/contrib/llvm/lib/MC/MCParser/ |
| HD | ELFAsmParser.cpp | 420 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/ |
| HD | SystemZAsmParser.cpp | 361 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/ |
| HD | TargetLoweringObjectFileImpl.cpp | 211 StringRef Group = ""; in getExplicitSectionGlobal() local 273 StringRef Group = ""; in selectELFSectionForGlobal() local
|
| HD | AggressiveAntiDepBreaker.cpp | 69 unsigned Group, in GetGroupRegs()
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | DependenceAnalysis.h | 349 SmallBitVector Group; member
|
| /NextBSD/contrib/llvm/tools/clang/lib/Driver/ |
| HD | SanitizerArgs.cpp | 316 SanitizerMask Group = G.first; in SanitizerArgs() local
|
| /NextBSD/contrib/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorize.cpp | 767 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/ |
| HD | ARMELFStreamer.cpp | 1072 const MCSymbolELF *Group = FnSection.getGroup(); in SwitchToEHSection() local
|