Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DEnumTables.h37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp505 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() function
H A DSymbolDumper.cpp149 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp182 auto TrampNames = getTrampolineNames(); in enumeration()