Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h36 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames();
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DEnumTables.h37 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames();
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp367 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() function
DSymbolDumper.cpp118 W.printEnum("Type", Tramp.Header.Type, getTrampolineNames()); in visitTrampolineSym()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp495 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() function
DSymbolDumper.cpp149 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp505 ArrayRef<EnumEntry<uint16_t>> getTrampolineNames() { in getTrampolineNames() function
DSymbolDumper.cpp149 W.printEnum("Type", uint16_t(Tramp.Type), getTrampolineNames()); in visitKnownRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp159 auto TrampNames = getTrampolineNames(); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLSymbols.cpp182 auto TrampNames = getTrampolineNames(); in enumeration()