HomeSort by relevance Sort by last modified time
    Searched refs:IDVal (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 368 bool ParseDirectiveAscii(StringRef IDVal, bool ZeroTerminated);
374 bool ParseDirectiveSet(StringRef IDVal, bool allow_redef);
419 bool ParseDirectiveSpace(StringRef IDVal);
816 StringRef IDVal = getTok().getString();
818 std::pair<StringRef, StringRef> Split = IDVal.split('@');
820 if (Split.first.size() != IDVal.size()) {
826 IDVal = Split.first;
828 if (IDVal == "f" || IDVal == "b"){
830 IDVal == "f" ? 1 : 0)
    [all...]
DarwinAsmParser.cpp 443 bool DarwinAsmParser::ParseDirectiveLinkerOption(StringRef IDVal, SMLoc) {
447 return TokError("expected string in '" + Twine(IDVal) + "' directive");
460 return TokError("unexpected token in '" + Twine(IDVal) + "' directive");
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 1008 const MCExpr *IdVal;
1010 if (getParser().parseExpression(IdVal))
1013 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
1018 const MCExpr *IdVal;
1020 if (parseRelocOperand(IdVal))
1025 Operands.push_back(MipsOperand::CreateImm(IdVal, S, E));
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 518 bool ParseDirectiveCode(StringRef IDVal, SMLoc L);
    [all...]
  /external/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp     [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 113 milliseconds