Home
last modified time | relevance | path

Searched refs:setMachineType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h58 void setMachineType(PDB_Machine M);
59 void setMachineType(COFF::MachineTypes M);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp55 void DbiStreamBuilder::setMachineType(PDB_Machine M) { MachineType = M; } in setMachineType() function in DbiStreamBuilder
57 void DbiStreamBuilder::setMachineType(COFF::MachineTypes M) { in setMachineType() function in DbiStreamBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.cpp807 DbiBuilder.setMachineType(Dbi.MachineType); in yamlToPdb()