Searched defs:UnderlyingType (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/
H A DJITSymbol.h38 typedef uint8_t UnderlyingType; typedef in class:llvm::JITSymbolFlags
40 enum FlagNames : UnderlyingType {
73 operator UnderlyingType&() { return Flags; }
84 UnderlyingType Flags;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/
H A DJITSymbol.h42 using UnderlyingType = uint8_t;
45 enum FlagNames : UnderlyingType {
91 operator UnderlyingType&() { return Flags; }
94 operator const UnderlyingType&() const { return Flags; }
111 UnderlyingType Flags = None;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
486 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
486 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
495 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
495 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
495 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
495 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h478 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
481 UnderlyingType(UnderlyingType) {}
483 TypeIndex getUnderlyingType() const { return UnderlyingType; }
484 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
477 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
486 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h487 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
490 UnderlyingType(UnderlyingType) {}
492 TypeIndex getUnderlyingType() const { return UnderlyingType; }
493 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
486 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h496 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType)
499 UnderlyingType(UnderlyingType) {}
501 TypeIndex getUnderlyingType() const { return UnderlyingType; }
503 TypeIndex UnderlyingType; member in class:llvm::codeview::EnumRecord
495 EnumRecord(uint16_t MemberCount, ClassOptions Options, TypeIndex FieldList, StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) argument

Completed in 605 milliseconds

12