Home
last modified time | relevance | path

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

1234

/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.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 …]
H A DCOFFAsmParser.cpp92 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
99 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
106 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
336 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
395 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
409 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
422 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
435 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
441 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
456 bool COFFAsmParser::ParseDirectiveSecIdx(StringRef, SMLoc) { in ParseDirectiveSecIdx() argument
[all …]
H A DELFAsmParser.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 …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCAsmInfo.h20 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DProcess.h37 class StringRef; variable
H A DSpecialCaseList.h56 class StringRef; variable
H A DDynamicLibrary.h21 class StringRef; variable
H A DRegex.h26 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCAsmInfo.h20 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCAsmInfo.h20 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmInfo.h17 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.h20 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringRef.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
/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCAsmInfo.h21 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCAsmInfo.h20 class StringRef; variable
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dm64-ptr.cpp7 class StringRef { class
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCAsmInfo.h21 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetMachine.h23 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h25 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h29 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DTargetRegistry.cpp119 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfStringPool.h22 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DARMAttributeParser.h17 class StringRef; variable
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFStreamer.h25 class StringRef; variable
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DLLVM.h29 class StringRef; variable

1234