Home
last modified time | relevance | path

Searched refs:ParseDirectiveLEB128 (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp308 AddDirectiveHandler<&GenericAsmParser::ParseDirectiveLEB128>(".sleb128"); in Initialize()
309 AddDirectiveHandler<&GenericAsmParser::ParseDirectiveLEB128>(".uleb128"); in Initialize()
336 bool ParseDirectiveLEB128(StringRef, SMLoc);
2820 bool GenericAsmParser::ParseDirectiveLEB128(StringRef DirName, SMLoc) { in ParseDirectiveLEB128() function in GenericAsmParser