Searched defs:SMLoc (Results 1 – 12 of 12) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | DarwinAsmParser.cpp | 190 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 D | ELFAsmParser.cpp | 82 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 …]
|
H A D | COFFAsmParser.cpp | 92 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument 99 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument 106 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument 263 bool COFFAsmParser::ParseDirectiveSymbolAttribute(StringRef Directive, SMLoc) { in ParseDirectiveSymbolAttribute() 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 [all …]
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | arm-cc.cpp | 3 class SMLoc { class
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 26 SMLoc() : Ptr(nullptr) {} in SMLoc() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/MCParser/ |
H A D | MCParsedAsmOperand.h | 14 class SMLoc; variable
|
H A D | MCAsmParser.h | 28 class SMLoc; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | TGLexer.h | 26 class SMLoc; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCTargetAsmParser.h | 23 class SMLoc; variable
|
H A D | MCContext.h | 39 class SMLoc; variable
|
H A D | MCDwarf.h | 38 class SMLoc; variable
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 145 SourceLocation translateLocation(const llvm::SourceMgr &LSM, llvm::SMLoc SMLoc) { in translateLocation()
|