Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolLabel.h28 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFuncDebugEnd.h29 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFuncDebugStart.h28 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DPDBSymbolFunc.h41 FORWARD_SYMBOL_METHOD(hasCustomCallingConvention)
H A DIPDBRawSymbol.h176 virtual bool hasCustomCallingConvention() const = 0;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h150 bool hasCustomCallingConvention() const override;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h145 bool hasCustomCallingConvention() const override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp413 bool NativeRawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in NativeRawSymbol
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp943 bool DIARawSymbol::hasCustomCallingConvention() const { in hasCustomCallingConvention() function in DIARawSymbol