OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PDB_VariantType
(Results
1 - 10
of
10
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
26
const
PDB_VariantType
&Type) {
28
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Bool, OS)
29
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Single, OS)
30
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Double, OS)
31
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int8, OS)
32
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int16, OS)
33
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int32, OS)
34
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int64, OS)
35
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, UInt8, OS)
36
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, UInt16, OS
[
all
...]
PDBSymbolCompilandEnv.cpp
29
if (Value.Type !=
PDB_VariantType
::String)
/external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
26
const
PDB_VariantType
&Type) {
28
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Bool, OS)
29
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Single, OS)
30
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Double, OS)
31
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int8, OS)
32
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int16, OS)
33
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int32, OS)
34
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, Int64, OS)
35
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, UInt8, OS)
36
CASE_OUTPUT_ENUM_CLASS_NAME(
PDB_VariantType
, UInt16, OS
[
all
...]
PDBSymbolCompilandEnv.cpp
27
if (Value.Type !=
PDB_VariantType
::String)
/external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
264
enum
PDB_VariantType
{
282
Variant() : Type(
PDB_VariantType
::Empty) {}
284
Variant(const Variant &Other) : Type(
PDB_VariantType
::Empty) {
289
if (Type ==
PDB_VariantType
::String)
293
PDB_VariantType
Type;
310
case
PDB_VariantType
::Enum: \
340
if (Type ==
PDB_VariantType
::String)
344
if (Other.Type ==
PDB_VariantType
::String &&
PDBExtras.h
23
raw_ostream &operator<<(raw_ostream &OS, const
PDB_VariantType
&Value);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
317
enum
PDB_VariantType
{
342
if (Type ==
PDB_VariantType
::String)
346
PDB_VariantType
Type =
PDB_VariantType
::Empty;
363
case
PDB_VariantType
::Enum: \
393
if (Type ==
PDB_VariantType
::String)
397
if (Other.Type ==
PDB_VariantType
::String &&
PDBExtras.h
25
raw_ostream &operator<<(raw_ostream &OS, const
PDB_VariantType
&Value);
/external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
28
Result.Type =
PDB_VariantType
::Int8;
32
Result.Type =
PDB_VariantType
::Int16;
36
Result.Type =
PDB_VariantType
::Int32;
40
Result.Type =
PDB_VariantType
::Int64;
44
Result.Type =
PDB_VariantType
::UInt8;
48
Result.Type =
PDB_VariantType
::UInt16;
52
Result.Type =
PDB_VariantType
::UInt32;
56
Result.Type =
PDB_VariantType
::UInt64;
60
Result.Type =
PDB_VariantType
::Bool;
64
Result.Type =
PDB_VariantType
::Single
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp
35
Result.Type =
PDB_VariantType
::Int8;
39
Result.Type =
PDB_VariantType
::Int16;
43
Result.Type =
PDB_VariantType
::Int32;
47
Result.Type =
PDB_VariantType
::Int64;
51
Result.Type =
PDB_VariantType
::UInt8;
55
Result.Type =
PDB_VariantType
::UInt16;
59
Result.Type =
PDB_VariantType
::UInt32;
63
Result.Type =
PDB_VariantType
::UInt64;
67
Result.Type =
PDB_VariantType
::Bool;
71
Result.Type =
PDB_VariantType
::Single
[
all
...]
Completed in 2782 milliseconds