/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 | 95 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument 101 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument 107 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument 354 bool COFFAsmParser::parseSectionArguments(StringRef, SMLoc) { in parseSectionArguments() argument 423 bool COFFAsmParser::ParseDirectivePopSection(StringRef, SMLoc) { in ParseDirectivePopSection() argument 429 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument 443 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument 456 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument 469 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument 475 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument [all …]
|
H A D | ELFAsmParser.cpp | 91 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument 96 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument 101 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument 106 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument 111 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument 117 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument 123 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument 128 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument 134 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument 222 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() 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 238 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument 271 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/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 | 31 class StringRef; variable 84 /*implicit*/ constexpr StringRef(const char *Str) in StringRef() function 96 /*implicit*/ constexpr StringRef(const char *data, size_t length) in StringRef() function 100 /*implicit*/ StringRef(const std::string &Str) in StringRef() function 104 /*implicit*/ constexpr StringRef(std::string_view Str) in StringRef() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-as/ |
H A D | llvm-as.cpp | 126 auto SetDataLayout = [](StringRef, StringRef) -> std::optional<std::string> { in main() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Locale.h | 5 class StringRef; variable
|
H A D | SipHash.h | 25 class StringRef; variable
|
H A D | Signals.h | 21 class StringRef; variable
|
H A D | Signposts.h | 23 class StringRef; variable
|
H A D | Process.h | 36 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
H A D | DIASession.h | 19 class StringRef; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 278 StringRef) override { in CreateASTConsumer() argument 289 StringRef) override { in CreateASTConsumer() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyVariableDumper.h | 16 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/InterfaceStub/ |
H A D | IFSHandler.h | 30 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | FuzzerCLI.h | 22 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | WindowsMachineFlag.h | 21 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/XCore/MCTargetDesc/ |
H A D | XCoreInstPrinter.h | 21 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.h | 19 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRPrintingPasses.h | 22 class StringRef; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeSymbolEmitter.h | 13 class StringRef; variable
|