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

  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 52 SmallVector<CCValAssign, 16> &Locs;
59 SmallVector<CCValAssign, 16> &locs, LLVMContext &c);
62 Locs.push_back(V);
HexagonCallingConvLower.cpp 28 SmallVector<CCValAssign, 16> &locs,
31 TRI(*TM.getRegisterInfo()), Locs(locs), Context(c) {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 160 SmallVector<CCValAssign, 16> &Locs;
173 const TargetMachine &TM, SmallVector<CCValAssign, 16> &locs,
177 Locs.push_back(V);
  /external/clang/include/clang/AST/
DeclObjC.h 89 const SourceLocation *Locs, ASTContext &Ctx);
782 const SourceLocation *Locs, ASTContext &C) {
783 data().ReferencedProtocols.set(List, Num, Locs, C);
    [all...]
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 27 const TargetMachine &tm, SmallVector<CCValAssign, 16> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 36 const SourceLocation *Locs, ASTContext &Ctx) {
41 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);
450 "No selector locs for non-implicit method");
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 930 SourceLocation *Locs = E->getStoredSelLocs();
932 Writer.AddSourceLocation(Locs[i], Record);
    [all...]
ASTReaderStmt.cpp     [all...]

Completed in 225 milliseconds