Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h29 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames();
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp495 ArrayRef<EnumEntry<uint32_t>> getCompileSym2FlagNames() { in getCompileSym2FlagNames() function
H A DSymbolDumper.cpp238 W.printFlags("Flags", Compile2.getFlags(), getCompileSym2FlagNames()); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp88 auto FlagNames = getCompileSym2FlagNames(); in bitset()