HomeSort by: relevance | last modified time | path
    Searched refs:LastSec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ELFEmitter.cpp 512 if (!YamlPhdr.FirstSec && !YamlPhdr.LastSec)
521 size_t Last = NameToIndex[*YamlPhdr.LastSec];
523 reportError("unknown section or fill referenced: '" + *YamlPhdr.LastSec +
524 "' by the 'LastSec' key of the program header with index " +
532 " is greater than the index of " + *YamlPhdr.LastSec);
ELFYAML.cpp 1026 IO.mapOptional("LastSec", Phdr.LastSec);
1037 if (!FileHdr.FirstSec && FileHdr.LastSec)
1038 return "the \"LastSec\" key can't be used without the \"FirstSec\" key";
1039 if (FileHdr.FirstSec && !FileHdr.LastSec)
1040 return "the \"FirstSec\" key can't be used without the \"LastSec\" key";
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ELFYAML.h 689 Optional<StringRef> LastSec;
691 // This vector contains all chunks from [FirstSec, LastSec].
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
elf2yaml.cpp 468 PH.LastSec = S.Name;

Completed in 105 milliseconds