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

  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 63 ArrayRef<SMLoc> Locs = R->getLoc();
64 if (Locs.empty()) {
68 return Locs.front();
  /external/llvm/lib/Target/Hexagon/
HexagonCallingConvLower.h 50 SmallVectorImpl<CCValAssign> &Locs;
57 SmallVectorImpl<CCValAssign> &locs, LLVMContext &c);
60 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/lib/CodeGen/
StackMaps.cpp 81 LocationVec &Locs, LiveOutVec &LiveOuts) const {
91 Locs.push_back(Location(StackMaps::Location::Direct, Size, Reg, Imm));
99 Locs.push_back(Location(StackMaps::Location::Indirect, Size, Reg, Imm));
106 Locs.push_back(Location(Location::Constant, sizeof(int64_t), 0, Imm));
127 Locs.push_back(
CallingConvLower.cpp 27 const TargetMachine &tm, SmallVectorImpl<CCValAssign> &locs,
30 TRI(*TM.getRegisterInfo()), Locs(locs), Context(C),
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 164 LocationVec &Locs, LiveOutVec &LiveOuts) const;
CallingConvLower.h 179 SmallVectorImpl<CCValAssign> &Locs;
241 const TargetMachine &TM, SmallVectorImpl<CCValAssign> &locs,
245 Locs.push_back(V);
  /external/clang/include/clang/AST/
DeclObjC.h 89 const SourceLocation *Locs, ASTContext &Ctx);
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 61 typedef SmallVector<SMLoc, 4> Locs;
63 Locs FnStartLocs;
64 Locs CantUnwindLocs;
65 Locs PersonalityLocs;
66 Locs PersonalityIndexLocs;
67 Locs HandlerDataLocs;
90 for (Locs::const_iterator FI = FnStartLocs.begin(), FE = FnStartLocs.end();
95 for (Locs::const_iterator UI = CantUnwindLocs.begin(),
100 for (Locs::const_iterator HI = HandlerDataLocs.begin(),
105 for (Locs::const_iterator PI = PersonalityLocs.begin()
    [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);
709 "No selector locs for non-implicit method");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 498 milliseconds