Home
last modified time | relevance | path

Searched defs:StringRef (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp220 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 DCOFFAsmParser.cpp105 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 DELFAsmParser.cpp85 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 DWasmAsmParser.cpp91 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 DCOFFMasmParser.cpp56 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 DArgumentsAdjusters.cpp35 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 DTextStubCommon.cpp130 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 DWebAssemblyTargetStreamer.h108 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 DStringRef.h32 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 Dllvm-as.cpp123 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h19 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLocale.h7 class StringRef; variable
H A DSipHash.h26 class StringRef; variable
H A DSignposts.h24 class StringRef; variable
H A DProcess.h37 class StringRef; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h279 StringRef) override { in CreateASTConsumer() argument
290 StringRef) override { in CreateASTConsumer() argument
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp190 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 DPrettyVariableDumper.h16 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DFuzzerCLI.h23 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsMachineFlag.h22 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/
H A DIFSHandler.h31 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserUtils.h17 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCommandLine.h23 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeSymbolEmitter.h13 class StringRef; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.h19 class StringRef; variable

12345678910