Home
last modified time | relevance | path

Searched refs:SecName (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/MC/
DMCObjectDisassembler.cpp70 StringRef SecName; SI->getName(SecName); in buildSectionAtoms() local
74 Text->setName(SecName); in buildSectionAtoms()
88 Data->setName(SecName); in buildSectionAtoms()
DELFObjectWriter.cpp1347 StringRef SecName(Section.getSectionName()); in WriteSection() local
1348 if (SecName == ".ARM.exidx") { in WriteSection()
1354 } else if (SecName.startswith(".ARM.exidx")) { in WriteSection()
1356 Asm.getContext().getELFSection(SecName.substr(sizeof(".ARM.exidx") - 1), in WriteSection()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp103 bool addName(StringRef SecName, unsigned i) { in addName() argument
104 StringMapEntry<int> &Entry = Map.GetOrCreateValue(SecName, -1); in addName()
111 bool lookupSection(StringRef SecName, unsigned &Idx) const { in lookupSection() argument
112 StringMap<int>::const_iterator I = Map.find(SecName); in lookupSection()