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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCStreamer.h 69 /// SectionStack - This is stack of current and previous section
72 const MCSection *>, 4> SectionStack;
163 if (!SectionStack.empty())
164 return SectionStack.back().first;
171 if (!SectionStack.empty())
172 return SectionStack.back().second;
185 SectionStack.push_back(std::make_pair(getCurrentSection(),
194 if (SectionStack.size() <= 1)
196 const MCSection *oldSection = SectionStack.pop_back_val().first;
197 const MCSection *curSection = SectionStack.back().first
    [all...]
  /external/llvm/include/llvm/MC/
MCStreamer.h 184 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
293 if (!SectionStack.empty())
294 return SectionStack.back().first;
301 if (!SectionStack.empty())
302 return SectionStack.back().second;
320 SectionStack.push_back(
329 if (SectionStack.size() <= 1)
331 auto I = SectionStack.end();
339 SectionStack.pop_back();
344 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCStreamer.h 188 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
304 if (!SectionStack.empty())
305 return SectionStack.back().first;
312 if (!SectionStack.empty())
313 return SectionStack.back().second;
331 SectionStack.push_back(
340 if (SectionStack.size() <= 1)
342 auto I = SectionStack.end();
350 SectionStack.pop_back();
355 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCStreamer.h 191 SmallVector<std::pair<MCSectionSubPair, MCSectionSubPair>, 4> SectionStack;
311 if (!SectionStack.empty())
312 return SectionStack.back().first;
319 if (!SectionStack.empty())
320 return SectionStack.back().second;
338 SectionStack.push_back(
347 if (SectionStack.size() <= 1)
349 auto I = SectionStack.end();
357 SectionStack.pop_back();
362 if (SectionStack.empty()
    [all...]
  /external/llvm/lib/MC/
MCStreamer.cpp 47 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>());
62 SectionStack.clear();
63 SectionStack.push_back(std::pair<MCSectionSubPair, MCSectionSubPair>());
789 MCSectionSubPair curSection = SectionStack.back().first;
790 SectionStack.back().second = curSection;
793 SectionStack.back().first = MCSectionSubPair(Section, Subsection);
  /external/swiftshader/third_party/LLVM/lib/MC/
MCStreamer.cpp 31 SectionStack.push_back(std::make_pair(section, section));
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
FdfParserLite.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
FdfParser.py     [all...]

Completed in 411 milliseconds