Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames();
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp508 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() function
H A DSymbolDumper.cpp147 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp183 auto TrampNames = getTrampolineNames(); in enumeration()