Searched refs:CompilerGenerated (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
D | UdtRecordCompleter.cpp | 83 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod() 84 MethodOptions::CompilerGenerated; in AddMethod()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 275 CompilerGenerated = 0x0100, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 286 CompilerGenerated = 0x0100, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 286 CompilerGenerated = 0x0100, enumerator
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 337 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
|
D | TypeDumpVisitor.cpp | 55 ENUM_ENTRY(MethodOptions, CompilerGenerated),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 329 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
|
D | TypeDumpVisitor.cpp | 55 ENUM_ENTRY(MethodOptions, CompilerGenerated),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalTypeDumper.cpp | 195 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
|
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 272 MethodOptions::CompilerGenerated,
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumper.cpp | 101 ENUM_ENTRY(MethodOptions, CompilerGenerated),
|
/external/rust/crates/syn/tests/common/ |
D | eq.rs | 388 spanless_eq_enum!(UnsafeSource; CompilerGenerated UserProvided);
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 381 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 381 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1353 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1979 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 1958 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
|