Home
last modified time | relevance | path

Searched refs:hasCustomCallingConvention (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugStart.h26 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolLabel.h26 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFuncDebugEnd.h26 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFunc.h43 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DIPDBRawSymbol.h171 virtual bool hasCustomCallingConvention() const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h149 bool hasCustomCallingConvention() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h144 bool hasCustomCallingConvention() const override;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp411 bool NativeRawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in NativeRawSymbol
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp319 MOCK_SYMBOL_ACCESSOR(hasCustomCallingConvention)
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp942 bool DIARawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in DIARawSymbol