Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp190 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument
194 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument
197 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument
200 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument
204 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument
208 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument
212 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument
216 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument
219 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument
222 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument
[all …]
HDCOFFAsmParser.cpp93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
100 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
107 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
338 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
397 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
411 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
424 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
437 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
443 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
458 bool COFFAsmParser::ParseDirectiveSafeSEH(StringRef, SMLoc) { in ParseDirectiveSafeSEH() argument
[all …]
HDELFAsmParser.cpp82 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
87 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
92 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
97 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument
102 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument
108 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument
114 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument
120 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument
126 bool ParseSectionDirectiveDataRelRoLocal(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRoLocal() argument
132 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument
[all …]
/NextBSD/contrib/llvm/include/llvm/ADT/
HDStringRef.h25 class StringRef; variable
66 /*implicit*/ StringRef() : Data(nullptr), Length(0) {} in StringRef() function
69 /*implicit*/ StringRef(const char *Str) in StringRef() function
76 /*implicit*/ StringRef(const char *data, size_t length) in StringRef() function
83 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
/NextBSD/contrib/llvm/include/llvm/DebugInfo/PDB/
HDPDB.h17 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/Support/
HDProcess.h37 class StringRef; variable
HDSignals.h21 class StringRef; variable
HDSpecialCaseList.h58 class StringRef; variable
HDDynamicLibrary.h21 class StringRef; variable
HDRegex.h25 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/TableGen/
HDTableGenBackend.h19 class StringRef; variable
/NextBSD/contrib/llvm/lib/Support/
HDTargetRegistry.cpp114 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmParserUtils.h18 class StringRef; variable
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86TargetMachine.h23 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h29 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/Transforms/Utils/
HDModuleUtils.h27 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/IR/
HDDiagnosticPrinter.h26 class StringRef; variable
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDARMAttributeParser.h17 class StringRef; variable
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreSubtarget.h30 class StringRef; variable
/NextBSD/contrib/llvm/lib/Target/BPF/
HDBPFSubtarget.h29 class StringRef; variable
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfStringPool.h23 class StringRef; variable
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430Subtarget.h30 class StringRef; variable
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCWinCOFFStreamer.h25 class StringRef; variable
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLLVM.h29 class StringRef; variable
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h30 class StringRef; variable

1234