OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleTypeMode
(Results
1 - 13
of
13
) sorted by null
/external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
113
SimpleTypeMode
getSimpleMode() const {
115
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
121
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
124
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h
75
enum class
SimpleTypeMode
: uint32_t {
88
/// composed of a
SimpleTypeMode
byte followed by a SimpleTypeKind byte.
100
TypeIndex(SimpleTypeKind Kind,
SimpleTypeMode
Mode)
114
SimpleTypeMode
getSimpleMode() const {
116
return static_cast<
SimpleTypeMode
>(Index & SimpleModeMask);
122
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer32);
125
return TypeIndex(SimpleTypeKind::Void,
SimpleTypeMode
::NearPointer64);
/external/llvm/lib/DebugInfo/CodeView/
TypeStreamMerger.cpp
131
TypeIndex(SimpleTypeKind::NotTranslated,
SimpleTypeMode
::Direct));
TypeDumper.cpp
637
if (TI.getSimpleMode() ==
SimpleTypeMode
::Direct)
TypeRecord.cpp
394
Idx = TypeIndex(SimpleTypeKind::NotTranslated,
SimpleTypeMode
::Direct);
/external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp
[
all
...]
Completed in 479 milliseconds