Home
last modified time | relevance | path

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

123

/trueos/contrib/llvm/lib/MC/MCParser/
HDDarwinAsmParser.cpp186 bool ParseSectionDirectiveBss(StringRef, SMLoc) { in ParseSectionDirectiveBss() argument
190 bool ParseSectionDirectiveConst(StringRef, SMLoc) { in ParseSectionDirectiveConst() argument
193 bool ParseSectionDirectiveStaticConst(StringRef, SMLoc) { in ParseSectionDirectiveStaticConst() argument
196 bool ParseSectionDirectiveCString(StringRef, SMLoc) { in ParseSectionDirectiveCString() argument
200 bool ParseSectionDirectiveLiteral4(StringRef, SMLoc) { in ParseSectionDirectiveLiteral4() argument
204 bool ParseSectionDirectiveLiteral8(StringRef, SMLoc) { in ParseSectionDirectiveLiteral8() argument
208 bool ParseSectionDirectiveLiteral16(StringRef, SMLoc) { in ParseSectionDirectiveLiteral16() argument
212 bool ParseSectionDirectiveConstructor(StringRef, SMLoc) { in ParseSectionDirectiveConstructor() argument
215 bool ParseSectionDirectiveDestructor(StringRef, SMLoc) { in ParseSectionDirectiveDestructor() argument
218 bool ParseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in ParseSectionDirectiveFVMLibInit0() argument
[all …]
HDCOFFAsmParser.cpp90 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument
97 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument
104 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument
336 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument
386 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument
400 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument
413 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument
426 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument
432 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument
488 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce() 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 …]
/trueos/contrib/llvm/include/llvm/ADT/
HDStringRef.h26 class StringRef; variable
73 /*implicit*/ StringRef() : Data(0), Length(0) {} in StringRef() function
76 /*implicit*/ StringRef(const char *Str) in StringRef() function
83 /*implicit*/ StringRef(const char *data, size_t length) in StringRef() function
90 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
/trueos/contrib/llvm/lib/Target/R600/MCTargetDesc/
HDAMDGPUMCAsmInfo.h20 class StringRef; variable
/trueos/contrib/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCAsmInfo.h17 class StringRef; variable
/trueos/contrib/llvm/lib/Target/Sparc/MCTargetDesc/
HDSparcMCAsmInfo.h20 class StringRef; variable
/trueos/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsMCAsmInfo.h20 class StringRef; variable
/trueos/contrib/llvm/lib/Target/MSP430/MCTargetDesc/
HDMSP430MCAsmInfo.h20 class StringRef; variable
/trueos/contrib/llvm/lib/Target/XCore/MCTargetDesc/
HDXCoreMCAsmInfo.h20 class StringRef; variable
/trueos/contrib/llvm/lib/Target/NVPTX/MCTargetDesc/
HDNVPTXMCAsmInfo.h21 class StringRef; variable
/trueos/contrib/llvm/lib/Target/XCore/
HDXCoreSubtarget.h25 class StringRef; variable
/trueos/contrib/llvm/lib/Target/MSP430/
HDMSP430Subtarget.h24 class StringRef; variable
/trueos/contrib/llvm/include/llvm/Support/
HDProcess.h37 class StringRef; variable
HDDynamicLibrary.h21 class StringRef; variable
HDRegex.h25 class StringRef; variable
/trueos/contrib/llvm/lib/Support/
HDTargetRegistry.cpp138 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDMachineBasicBlock.h29 class StringRef; variable
/trueos/contrib/llvm/include/llvm/Transforms/Utils/
HDSpecialCaseList.h57 class StringRef; variable
/trueos/contrib/llvm/include/llvm/Analysis/
HDValueTracking.h26 class StringRef; variable
/trueos/contrib/llvm/include/llvm/
HDLinker.h19 class StringRef; variable
/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZSubtarget.h26 class StringRef; variable
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDLLVM.h29 class StringRef; variable
/trueos/contrib/llvm/lib/Target/AArch64/MCTargetDesc/
HDAArch64MCTargetDesc.h27 class StringRef; variable
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMCTargetDesc.h31 class StringRef; variable

123