Home
last modified time | relevance | path

Searched refs:SecIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DObjDumper.cpp40 long SecIndex; in getSecNameOrIndexAsSecRef() local
42 SecIndex = 0; in getSecNameOrIndexAsSecRef()
44 SecIndex = 1; in getSecNameOrIndexAsSecRef()
54 } else if (SecIndex == SectionIndex) in getSecNameOrIndexAsSecRef()
57 SecIndex++; in getSecNameOrIndexAsSecRef()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp77 unsigned SecIndex = Sec - &Sections[0]; in getUniquedSectionName() local
78 assert(&Sections[SecIndex] == Sec); in getUniquedSectionName()
79 if (!SectionNames[SecIndex].empty()) in getUniquedSectionName()
80 return SectionNames[SecIndex]; in getUniquedSectionName()
86 std::string &Ret = SectionNames[SecIndex]; in getUniquedSectionName()
/external/llvm/lib/MC/
DELFObjectWriter.cpp1282 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local
1283 write(SecIndex); in writeObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DELFObjectWriter.cpp1130 uint32_t SecIndex = SectionIndexMap.lookup(Member); in writeObject() local
1131 write(SecIndex); in writeObject()