HomeSort by relevance Sort by last modified time
    Searched defs:Locs (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/utils/TableGen/
CTagsEmitter.cpp 61 ArrayRef<SMLoc> Locs = R->getLoc();
62 return !Locs.empty() ? Locs.front() : SMLoc();
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.cpp 61 auto Locs = Decorates.equal_range(DecorationFuncParamAttr);
62 for (auto I = Locs.first, E = Locs.second; I != E; ++I){
161 auto Locs = Decorates.equal_range(DecorationFuncParamAttr);
162 for (auto I = Locs.first, E = Locs.second; I != E; ++I){
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 275 const DebugLocStream &Locs = DD.getDebugLocs();
276 for (const auto &Entry : Locs.getEntries(Locs.getList(LocList.getValue())))
DebugLocStream.h 155 DebugLocStream &Locs;
162 ListBuilder(DebugLocStream &Locs, DwarfCompileUnit &CU, AsmPrinter &Asm,
164 : Locs(Locs), Asm(Asm), V(V), MI(MI), ListIndex(Locs.startList(&CU)) {}
172 DebugLocStream &getLocs() { return Locs; }
177 DebugLocStream &Locs;
181 : Locs(List.getLocs()) {
182 Locs.startEntry(Begin, End);
186 ~EntryBuilder() { Locs.finalizeEntry();
    [all...]
  /external/llvm/lib/MC/
MCCodeView.cpp 163 std::vector<MCCVLineEntry> Locs = getFunctionLineEntries(FuncId);
164 bool HaveColumns = any_of(Locs, [](const MCCVLineEntry &LineEntry) {
170 for (auto I = Locs.begin(), E = Locs.end(); I != E;) {
290 ArrayRef<MCCVLineEntry> Locs = getLinesForExtent(LocBegin, LocEnd);
291 if (Locs.empty())
301 MCCVLineEntry StartLoc(Frag.getFnStartSym(), MCCVLoc(Locs.front()));
309 for (const MCCVLineEntry &Loc : Locs) {
  /external/swiftshader/third_party/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/llvm/include/llvm/CodeGen/
CallingConvLower.h 201 SmallVectorImpl<CCValAssign> &Locs;
264 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
267 Locs.push_back(V);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
CallingConvLower.h 196 SmallVectorImpl<CCValAssign> &Locs;
256 SmallVectorImpl<CCValAssign> &locs, LLVMContext &C);
259 Locs.push_back(V);
331 /// but wasn't added to the location list (Locs).
533 /// After running, it will sort the locs list.
537 unsigned NumFirstPassLocs = Locs.size();
553 std::swap(TmpArgLocs, Locs);
556 std::back_inserter(Locs),
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 675 milliseconds

1 2