Home
last modified time | relevance | path

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

123456

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp221 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
225 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
233 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
238 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
243 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
283 bool parseSectionDirectiveData(StringRef, SMLoc) { in parseSectionDirectiveData() argument
306 bool parseSectionDirectiveDyld(StringRef, SMLoc) { in parseSectionDirectiveDyld() argument
421 bool parseSectionDirectiveTData(StringRef, SMLoc) { in parseSectionDirectiveTData() argument
426 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
431 bool parseSectionDirectiveTLV(StringRef, SMLoc) { in parseSectionDirectiveTLV() argument
[all …]
H A DCOFFAsmParser.cpp104 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
112 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
119 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
363 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
422 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
436 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
449 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
462 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
497 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) { in ParseDirectiveRVA() argument
543 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() argument
[all …]
H A DELFAsmParser.cpp93 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
98 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
103 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
108 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument
113 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument
119 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument
125 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument
130 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument
136 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument
218 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() argument
[all …]
H A DWasmAsmParser.cpp80 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument
85 bool parseSectionDirective(StringRef, SMLoc) { in parseSectionDirective() argument
93 bool parseDirectiveSize(StringRef, SMLoc) { in parseDirectiveSize() argument
112 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DArgumentsAdjusters.cpp25 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangSyntaxOnlyAdjuster()
40 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripOutputAdjuster()
58 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getClangStripDependencyFileAdjuster()
79 return [Extra, Pos](const CommandLineArguments &Args, StringRef /*unused*/) { in getInsertArgumentAdjuster()
112 return [](const CommandLineArguments &Args, StringRef /*unused*/) { in getStripPluginsAdjuster()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.h106 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() argument
107 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName() argument
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h20 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DLocale.h5 class StringRef; variable
H A DProcess.h36 class StringRef; variable
H A DTrigramIndex.h38 class StringRef; variable
H A DSignals.h21 class StringRef; variable
H A DUnicode.h19 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DTableGenBackend.h19 class StringRef; variable
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.h23 class StringRef; variable
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.h17 class StringRef; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DTargetRegistry.cpp113 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DStringRef.h30 class StringRef; variable
85 /*implicit*/ StringRef(const char *Str) in StringRef() function
90 /*implicit*/ constexpr StringRef(const char *data, size_t length) in StringRef() function
95 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeSymbolEmitter.h17 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParserUtils.h18 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h27 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/IRReader/
H A DIRReader.h23 class StringRef; variable
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DAcceptor.h21 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/TextAPI/ELF/
H A DTBEHandler.h27 class StringRef; variable
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86TargetMachine.h27 class StringRef; variable
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyldChecker.h22 class StringRef; variable

123456