Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDDisassembler.cpp368 SMLoc instLoc; in parseInst() local
389 instLoc = OpcodeToken.getLoc(); in parseInst()
392 TargetParser->ParseInstruction(instName, instLoc, operands)) in parseInst()
/external/clang/lib/Lex/
DTokenLexer.cpp470 SourceLocation instLoc; in Lex() local
472 instLoc = SM.createExpansionLoc(Tok.getLocation(), in Lex()
477 instLoc = getExpansionLocForMacroDefLoc(Tok.getLocation()); in Lex()
480 Tok.setLocation(instLoc); in Lex()