Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h43 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h44 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIInfo.h45 ABI GetEnumValue() const { return ThisABI; } in GetEnumValue() function
/external/llvm-project/flang/lib/Semantics/
Druntime-type-info.cpp567 SomeExpr RuntimeTableBuilder::GetEnumValue(const char *name) const { in GetEnumValue() function in Fortran::semantics::RuntimeTableBuilder
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc1301 int Reflection::GetEnumValue(const Message& message, in GetEnumValue() function in google::protobuf::Reflection
/external/llvm-project/llvm/bindings/go/llvm/
Dir.go398 func (a Attribute) GetEnumValue() (val uint64) { func