Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h1403 void appendLoc(SMLoc Loc) { Locs.push_back(Loc); } in appendLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGParser.cpp419 Rec->appendLoc(*Loc); in resolve()