Searched refs:Masm (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbolCompiland.cpp | 102 .Case(".asm", Lang == PDB_Lang::Masm) in getSourceFileFullPath()
|
H A D | PDBExtras.cpp | 219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Masm, OS) in operator <<()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 150 Masm = 0x03, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 217 codeview::SourceLanguage::Masm;
|
H A D | CodeViewDebug.cpp | 609 return SourceLanguage::Masm; in beginModule()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 99 CV_ENUM_ENT(SourceLanguage, Fortran), CV_ENUM_ENT(SourceLanguage, Masm),
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 197 RETURN_CASE(SourceLanguage, Masm, "masm"); in formatSourceLanguage()
|