Home
last modified time | relevance | path

Searched refs:CompilerGenerated (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DUdtRecordCompleter.cpp83 bool is_artificial = (options & MethodOptions::CompilerGenerated) == in AddMethod()
84 MethodOptions::CompilerGenerated; in AddMethod()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h275 CompilerGenerated = 0x0100, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h286 CompilerGenerated = 0x0100, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h286 CompilerGenerated = 0x0100, enumerator
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp337 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
DTypeDumpVisitor.cpp55 ENUM_ENTRY(MethodOptions, CompilerGenerated),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp329 CV_ENUM_CLASS_ENT(MethodOptions, CompilerGenerated),
DTypeDumpVisitor.cpp55 ENUM_ENTRY(MethodOptions, CompilerGenerated),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp195 PUSH_FLAG(MethodOptions, CompilerGenerated, Flags, "compiler-generated"); in memberAttributes()
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp272 MethodOptions::CompilerGenerated,
/external/llvm/lib/DebugInfo/CodeView/
DTypeDumper.cpp101 ENUM_ENTRY(MethodOptions, CompilerGenerated),
/external/rust/crates/syn/tests/common/
Deq.rs388 spanless_eq_enum!(UnsafeSource; CompilerGenerated UserProvided);
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp381 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp381 IO.bitSetCase(Options, "CompilerGenerated", MethodOptions::CompilerGenerated); in bitset()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1353 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1979 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1958 return MethodOptions::CompilerGenerated; in translateMethodOptionFlags()