Searched refs:FILoc (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp183 int FILoc = 0; local
186 case MBlaze::R5: FILoc = -4; break;
187 case MBlaze::R6: FILoc = -8; break;
188 case MBlaze::R7: FILoc = -12; break;
189 case MBlaze::R8: FILoc = -16; break;
190 case MBlaze::R9: FILoc = -20; break;
191 case MBlaze::R10: FILoc = -24; break;
195 FrameRelocate.push_back(std::make_pair(FI,FILoc));
196 DEBUG(dbgs() << "FI#" << FI << " relocated to " << FILoc << "\n"); local
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp280 SourceLocation FILoc = Tok.getLocation(); local
283 if (FILoc.isFileID() || PP.isAtStartOfMacroExpansion(FILoc, &FILoc)) {
284 assert(FILoc.isFileID());
287 SM.getCharacterData(FILoc.getLocWithOffset(-1), &IsInvalid);
290 SM.getCharacterData(FILoc.getLocWithOffset(-2), &IsInvalid);
292 FILoc = FILoc.getLocWithOffset(-1);
299 << FixItHint::CreateInsertion(FILoc, FITex
[all...]

Completed in 110 milliseconds