Home
last modified time | relevance | path

Searched refs:getMachineType (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolExe.h35 FORWARD_SYMBOL_METHOD(getMachineType)
DIPDBRawSymbol.h121 virtual PDB_Machine getMachineType() const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h87 PDB_Machine getMachineType() const;
/external/llvm/tools/llvm-pdbdump/
DYAMLOutputStyle.cpp126 Obj.DbiStream->MachineType = DS.getMachineType(); in dumpDbiStream()
DLLVMOutputStyle.cpp444 P.printObject("Machine Type", DS->getMachineType()); in dumpDbiStream()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h112 PDB_Machine getMachineType() const override;
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp239 PDB_Machine DbiStream::getMachineType() const { in getMachineType() function in DbiStream
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp226 MOCK_SYMBOL_ACCESSOR(getMachineType)
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp749 PDB_Machine DIARawSymbol::getMachineType() const { in getMachineType() function in DIARawSymbol