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

  /external/llvm/include/llvm/MC/
MCAsmLayout.h 66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 68 llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() {
71 const llvm::SmallVectorImpl<MCSectionData*> &getSectionOrder() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmLayout.h 66 llvm::SmallVectorImpl<MCSection *> &getSectionOrder() { return SectionOrder; }
67 const llvm::SmallVectorImpl<MCSection *> &getSectionOrder() const {
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 276 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
277 MCSection *Sec = Layout.getSectionOrder()[i];
392 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
393 MCSection *Sec = Layout.getSectionOrder()[i];
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
MachOUtils.cpp 292 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
293 MCSection *Sec = Layout.getSectionOrder()[i];
416 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
417 MCSection *Sec = Layout.getSectionOrder()[i];
  /external/llvm/lib/MC/
MCAssembler.cpp 652 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
653 MCSection *Sec = Layout.getSectionOrder()[i];
914 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
915 Layout.getFragmentOffset(&*Layout.getSectionOrder()[i]->rbegin());
MachObjectWriter.cpp 110 if (Next >= Layout.getSectionOrder().size())
113 const MCSection &NextSec = *Layout.getSectionOrder()[Next];
612 for (const MCSection *Sec : Layout.getSectionOrder()) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 584 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
585 MCSectionData *SD = Layout.getSectionOrder()[i];
820 for (unsigned int i = 0, n = Layout.getSectionOrder().size(); i != n; ++i) {
821 Layout.getFragmentOffset(&*Layout.getSectionOrder()[i]->rbegin());
MachObjectWriter.cpp 101 if (Next >= Layout.getSectionOrder().size())
104 const MCSectionData &NextSD = *Layout.getSectionOrder()[Next];
532 const SmallVectorImpl<MCSectionData*> &Order = Layout.getSectionOrder();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 768 for (unsigned i = 0, e = Layout.getSectionOrder().size(); i != e; ++i) {
769 MCSection *Sec = Layout.getSectionOrder()[i];
    [all...]
MachObjectWriter.cpp 123 if (Next >= Layout.getSectionOrder().size())
126 const MCSection &NextSec = *Layout.getSectionOrder()[Next];
629 for (const MCSection *Sec : Layout.getSectionOrder()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 693 for (auto I : Layout.getSectionOrder()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 712 for (auto I : Layout.getSectionOrder()) {

Completed in 559 milliseconds