Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp62 if ((ClassParent && CC == PDB_CallingConv::Thiscall) || in start()
159 if ((ClassParent && CC != PDB_CallingConv::Thiscall) || in start()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h215 Thiscall = 0x0b, enumerator
/external/llvm/lib/DebugInfo/PDB/
DPDBExtras.cpp57 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Thiscall, "thiscall", OS) in operator <<()