| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 220 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument 224 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument 228 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument 232 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument 237 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument 242 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument 247 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument 252 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument 256 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument 260 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument [all …]
|
| H A D | COFFAsmParser.cpp | 105 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument 111 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument 117 bool parseSectionDirectiveBSS(StringRef, SMLoc) { in parseSectionDirectiveBSS() argument 370 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() argument 444 bool COFFAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument 450 bool COFFAsmParser::parseDirectiveDef(StringRef, SMLoc) { in parseDirectiveDef() argument 462 bool COFFAsmParser::parseDirectiveScl(StringRef, SMLoc) { in parseDirectiveScl() argument 475 bool COFFAsmParser::parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument 488 bool COFFAsmParser::parseDirectiveEndef(StringRef, SMLoc) { in parseDirectiveEndef() argument 494 bool COFFAsmParser::parseDirectiveSecRel32(StringRef, SMLoc) { in parseDirectiveSecRel32() argument [all …]
|
| H A D | ELFAsmParser.cpp | 85 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument 90 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument 95 bool parseSectionDirectiveBSS(StringRef, SMLoc) { in parseSectionDirectiveBSS() argument 100 bool parseSectionDirectiveRoData(StringRef, SMLoc) { in parseSectionDirectiveRoData() argument 105 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument 111 bool parseSectionDirectiveTBSS(StringRef, SMLoc) { in parseSectionDirectiveTBSS() argument 199 bool ELFAsmParser::parseDirectiveSize(StringRef, SMLoc) { in parseDirectiveSize() argument 385 bool ELFAsmParser::parseDirectivePopSection(StringRef, SMLoc) { in parseDirectivePopSection() argument 391 bool ELFAsmParser::parseDirectiveSection(StringRef, SMLoc loc) { in parseDirectiveSection() argument 712 bool ELFAsmParser::parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument [all …]
|
| H A D | WasmAsmParser.cpp | 91 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument 96 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument 149 bool parseSectionDirective(StringRef, SMLoc loc) { in parseSectionDirective() argument 215 bool parseDirectiveSize(StringRef, SMLoc Loc) { in parseDirectiveSize() argument 237 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument 269 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() argument
|
| H A D | COFFMasmParser.cpp | 56 bool IgnoreDirective(StringRef, SMLoc) { in IgnoreDirective() argument 185 bool parseSectionDirectiveCode(StringRef, SMLoc) { in parseSectionDirectiveCode() argument 191 bool parseSectionDirectiveInitializedData(StringRef, SMLoc) { in parseSectionDirectiveInitializedData() argument 197 bool parseSectionDirectiveUninitializedData(StringRef, SMLoc) { in parseSectionDirectiveUninitializedData() argument
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ArgumentsAdjusters.cpp | 35 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster() 72 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripOutputAdjuster() 90 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripDependencyFileAdjuster() 120 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster() 153 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getStripPluginsAdjuster()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStubCommon.cpp | 130 QuotingType ScalarTraits<PlatformSet>::mustQuote(StringRef) { in mustQuote() argument 151 QuotingType ScalarTraits<Architecture>::mustQuote(StringRef) { in mustQuote() argument 165 QuotingType ScalarTraits<PackedVersion>::mustQuote(StringRef) { in mustQuote() argument 216 QuotingType ScalarTraits<SwiftVersion>::mustQuote(StringRef) { in mustQuote() argument 227 QuotingType ScalarTraits<UUID>::mustQuote(StringRef) { in mustQuote() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
| H A D | WebAssemblyTargetStreamer.h | 108 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() argument 109 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName() argument 110 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringRef.h | 32 class StringRef; variable 90 /*implicit*/ constexpr StringRef(const char *Str LLVM_LIFETIME_BOUND) in StringRef() function 102 /*implicit*/ constexpr StringRef(const char *data LLVM_LIFETIME_BOUND, in StringRef() function 107 /*implicit*/ StringRef(const std::string &Str) in StringRef() function 111 /*implicit*/ constexpr StringRef(std::string_view Str) in StringRef() function
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
| H A D | llvm-as.cpp | 123 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASession.h | 19 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Locale.h | 7 class StringRef; variable
|
| H A D | SipHash.h | 26 class StringRef; variable
|
| H A D | Signposts.h | 24 class StringRef; variable
|
| H A D | Process.h | 37 class StringRef; variable
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 279 StringRef) override { in CreateASTConsumer() argument 290 StringRef) override { in CreateASTConsumer() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 190 const std::pair<StringRef, GlobalValue::GUID> &R) { in computeLTOCacheKey() 371 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolvePrevailingGUID() 450 function_ref<void(StringRef, GlobalValue::GUID, GlobalValue::LinkageTypes)> in thinLTOResolvePrevailingInIndex() 469 ValueInfo VI, function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteGUID() 549 function_ref<bool(StringRef, ValueInfo)> isExported, in thinLTOInternalizeAndPromoteInIndex() 1460 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in CGThinBackend() 1485 const DenseMap<StringRef, GVSummaryMapTy> &ModuleToDefinedGVSummaries, in InProcessThinBackend() 1500 MapVector<StringRef, BitcodeModule> &ModuleMap) { in runThinLTOBackendThread() 1545 MapVector<StringRef, BitcodeModule> &ModuleMap) override { in start() 1557 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start() [all …]
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyVariableDumper.h | 16 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| H A D | FuzzerCLI.h | 23 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | WindowsMachineFlag.h | 22 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
| H A D | IFSHandler.h | 31 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/ |
| H A D | MCAsmParserUtils.h | 17 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCommandLine.h | 23 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeSymbolEmitter.h | 13 class StringRef; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiInstPrinter.h | 19 class StringRef; variable
|