Home
last modified time | relevance | path

Searched refs:HasIRET (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h398 HasIRET = 1 << 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h431 HasIRET = 1 << 1, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h431 HasIRET = 1 << 1, enumerator
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp81 CV_ENUM_CLASS_ENT(ProcSymFlags, HasIRET),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp67 CV_ENUM_CLASS_ENT(ProcSymFlags, HasIRET),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp59 CV_ENUM_CLASS_ENT(ProcSymFlags, HasIRET),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp158 PUSH_FLAG(ProcSymFlags, HasIRET, Flags, "has iret"); in formatProcSymFlags()