Home
last modified time | relevance | path

Searched refs:NotTranslated (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeIndex.cpp29 {"<not translated>*", SimpleTypeKind::NotTranslated},
H A DTypeStreamMerger.cpp204 const TypeIndex TypeStreamMerger::Untranslated(SimpleTypeKind::NotTranslated);
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h30 NotTranslated = 0x0007, // type not translated by cvpack enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp707 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
H A DSymbolFileNativePDB.cpp510 if (ti.getSimpleKind() == SimpleTypeKind::NotTranslated) in CreateSimpleType()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp797 TI = TypeIndex(SimpleTypeKind::NotTranslated); in remapTypesInSymbolRecord()