HomeSort by: relevance | last modified time | path
    Searched refs:TrampolineType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLSymbols.cpp 60 LLVM_YAML_DECLARE_ENUM_TRAITS(TrampolineType)
180 void ScalarEnumerationTraits<TrampolineType>::enumeration(
181 IO &io, TrampolineType &Tramp) {
185 static_cast<TrampolineType>(E.Value));
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 268 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
269 CV_ENUM_CLASS_ENT(TrampolineType, BranchIsland),
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalSymbolDumper.cpp 181 static std::string formatTrampolineType(TrampolineType Tramp) {
183 RETURN_CASE(TrampolineType, TrampIncremental, "tramp incremental");
184 RETURN_CASE(TrampolineType, BranchIsland, "branch island");
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 558 enum class TrampolineType : uint16_t { TrampIncremental, BranchIsland };
SymbolRecord.h 96 TrampolineType Type;

Completed in 18 milliseconds