Home
last modified time | relevance | path

Searched refs:getFrameCookieKindNames (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h27 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames();
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp468 ArrayRef<EnumEntry<uint8_t>> getFrameCookieKindNames() { in getFrameCookieKindNames() function
H A DSymbolDumper.cpp407 getFrameCookieKindNames()); in visitKnownRecord()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp202 auto ThunkNames = getFrameCookieKindNames(); in enumeration()