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

  /external/swiftshader/third_party/LLVM/lib/MC/
Makefile 13 PARALLEL_DIRS := MCParser MCDisassembler
  /external/swiftshader/third_party/LLVM/tools/llvm-mc/
Makefile 21 LINK_COMPONENTS := $(TARGETS_TO_BUILD) MCDisassembler MCParser MC support
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Makefile 12 LINK_COMPONENTS = $(TARGETS_TO_BUILD) DebugInfo MC MCParser MCDisassembler \
  /external/llvm/lib/Target/AMDGPU/Utils/
AMDKernelCodeTUtils.cpp 18 #include <llvm/MC/MCParser/MCAsmLexer.h>
19 #include <llvm/MC/MCParser/MCAsmParser.h>
105 static bool expectAbsExpression(MCAsmParser &MCParser, int64_t &Value, raw_ostream& Err) {
107 if (MCParser.getLexer().isNot(AsmToken::Equal)) {
111 MCParser.getLexer().Lex();
113 if (MCParser.parseAbsoluteExpression(Value)) {
121 static bool parseField(amd_kernel_code_t &C, MCAsmParser &MCParser,
124 if (!expectAbsExpression(MCParser, Value, Err))
131 static bool parseBitField(amd_kernel_code_t &C, MCAsmParser &MCParser,
134 if (!expectAbsExpression(MCParser, Value, Err)
    [all...]
AMDKernelCodeTInfo.h 45 [](amd_kernel_code_t &C, MCAsmParser &MCParser, raw_ostream &Err) { \
47 if (!expectAbsExpression(MCParser, Value, Err)) \

Completed in 71 milliseconds