HomeSort by relevance Sort by last modified time
    Searched refs:TrampIncremental (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 535 TrampIncremental,
539 enum class TrampolineType { TrampIncremental, BranchIsland };
  /external/llvm/tools/llvm-pdbdump/
CompilandDumper.cpp 163 if (Ordinal == codeview::ThunkOrdinal::TrampIncremental) {
  /external/llvm/lib/DebugInfo/CodeView/
EnumTables.cpp 273 CV_ENUM_CLASS_ENT(ThunkOrdinal, TrampIncremental),
278 CV_ENUM_CLASS_ENT(TrampolineType, TrampIncremental),
  /external/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp 174 CASE_OUTPUT_ENUM_CLASS_NAME(codeview::ThunkOrdinal, TrampIncremental, OS)

Completed in 65 milliseconds