Home
last modified time | relevance | path

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

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