Home
last modified time | relevance | path

Searched defs:MethodKind (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/bindgen/ir/
Dcomp.rs34 pub(crate) enum MethodKind { enum
56 impl MethodKind { impl
90 kind: MethodKind, in new()
102 pub(crate) fn kind(&self) -> MethodKind { in kind()
1212 pub(crate) fn destructor(&self) -> Option<(MethodKind, FunctionId)> { in destructor()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp106 std::string MethodKind = in getMemberAttributes() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp128 std::string MethodKind = std::string( in getMemberAttributes() local
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h257 enum class MethodKind : uint8_t { enum
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h270 enum class MethodKind : uint8_t { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h268 enum class MethodKind : uint8_t { enum