HomeSort by: relevance | last modified time | path
    Searched defs:SectionKind (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
SectionKind.h 1 //===-- llvm/MC/SectionKind.h - Classification of sections ------*- C++ -*-===//
14 /// SectionKind - This is a simple POD value that classifies the properties of
22 class SectionKind {
35 /// SectionKind are not mergeable.
175 static SectionKind get(Kind K) {
176 SectionKind Res;
182 static SectionKind getMetadata() { return get(Metadata); }
183 static SectionKind getText() { return get(Text); }
184 static SectionKind getExecuteOnly() { return get(ExecuteOnly); }
185 static SectionKind getReadOnly() { return get(ReadOnly);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp 905 enum SectionKind
918 template<SectionKind K>

Completed in 32 milliseconds