Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCContext.h202 int SelectionKey; member
205 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
207 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
213 if (SelectionKey != Other.SelectionKey)
214 return SelectionKey < Other.SelectionKey;
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h230 int SelectionKey; member
234 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
236 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
243 if (SelectionKey != Other.SelectionKey)
244 return SelectionKey < Other.SelectionKey;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCContext.h218 int SelectionKey; member
222 int SelectionKey, unsigned UniqueID) in COFFSectionKey()
224 SelectionKey(SelectionKey), UniqueID(UniqueID) {} in COFFSectionKey()
231 if (SelectionKey != Other.SelectionKey)
232 return SelectionKey < Other.SelectionKey;
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DChannelHelper.java23 import java.nio.channels.SelectionKey;
80 public static void close(SelectionKey key) { in close()