Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp751 static uint64_t getIntModuleFlagOrZero(Module *M, StringRef Flag) { in getIntModuleFlagOrZero() function
767 getIntModuleFlagOrZero(F->getParent(), "EnableValueProfiling") == 0) { in shouldRecordFunctionAddr()