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

  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 64 ArrayRef<SMLoc> Locs = R->getLoc();
65 if (Locs.empty()) {
69 return Locs.front();
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 51 SmallVectorImpl<CCValAssign> &Locs;
58 SmallVectorImpl<CCValAssign> &locs, LLVMContext &c);
61 Locs.push_back(V);
HexagonCallingConvLower.cpp 28 SmallVectorImpl<CCValAssign> &locs,
30 : CallingConv(CC), IsVarArg(isVarArg), TM(tm), Locs(locs), Context(c) {
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 161 SmallVectorImpl<CCValAssign> &Locs;
222 const TargetMachine &TM, SmallVectorImpl<CCValAssign> &locs,
226 Locs.push_back(V);
  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 27 const TargetMachine &tm, SmallVectorImpl<CCValAssign> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
  /external/clang/include/clang/AST/
DeclObjC.h 89 const SourceLocation *Locs, ASTContext &Ctx);
860 const SourceLocation *Locs, ASTContext &C) {
861 data().ReferencedProtocols.set(List, Num, Locs, C);
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 38 const SourceLocation *Locs, ASTContext &Ctx) {
43 memcpy(Locations, Locs, sizeof(SourceLocation) * Elts);
616 "No selector locs for non-implicit method");
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp     [all...]
ASTReaderStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 367 milliseconds