Searched refs:getInstrumentedABI (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp385 InstrumentedABI getInstrumentedABI();
431 : DFS(DFS), F(F), IA(DFS.getInstrumentedABI()), IsNativeABI(IsNativeABI) {
644 DataFlowSanitizer::InstrumentedABI DataFlowSanitizer::getInstrumentedABI() { function in class:DataFlowSanitizer
901 if (getInstrumentedABI() == IA_Args && !IsZeroArgsVoidRet) {
940 FunctionType *NewFT = getInstrumentedABI() == IA_Args
954 if (getInstrumentedABI() == IA_TLS)
1743 if (DFSF.DFS.getInstrumentedABI() == DataFlowSanitizer::IA_TLS) {
1765 if (DFSF.DFS.getInstrumentedABI() == DataFlowSanitizer::IA_TLS) {
1776 if (DFSF.DFS.getInstrumentedABI() == DataFlowSanitizer::IA_Args) {

Completed in 102 milliseconds