Home
last modified time | relevance | path

Searched refs:Masm (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp102 .Case(".asm", Lang == PDB_Lang::Masm) in getSourceFileFullPath()
H A DPDBExtras.cpp219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Masm, OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h150 Masm = 0x03, enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h217 codeview::SourceLanguage::Masm;
H A DCodeViewDebug.cpp609 return SourceLanguage::Masm; in beginModule()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp99 CV_ENUM_ENT(SourceLanguage, Fortran), CV_ENUM_ENT(SourceLanguage, Masm),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp197 RETURN_CASE(SourceLanguage, Masm, "masm"); in formatSourceLanguage()