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

  /external/llvm/lib/MC/
MCObjectDisassembler.cpp 70 StringRef SecName; SI->getName(SecName);
74 Text->setName(SecName);
88 Data->setName(SecName);
ELFObjectWriter.cpp     [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 103 bool addName(StringRef SecName, unsigned i) {
104 StringMapEntry<int> &Entry = Map.GetOrCreateValue(SecName, -1);
111 bool lookupSection(StringRef SecName, unsigned &Idx) const {
112 StringMap<int>::const_iterator I = Map.find(SecName);

Completed in 845 milliseconds