Home
last modified time | relevance | path

Searched defs:BinaryFunction (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/
H A Dbinder_typedefs.compile.pass.cpp28 struct BinaryFunction struct
38 static_assert(std::is_same<std::reference_wrapper<int(BinaryFunction::*)(char)>::result_type, int>:… argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunctionCallGraph.h20 class BinaryFunction; variable
53 inline bool NoFilter(const BinaryFunction &) { return false; } in NoFilter()
H A DBinaryEmitter.h24 class BinaryFunction; variable
H A DCallGraphWalker.h18 class BinaryFunction; variable
H A DParallelUtilities.h34 class BinaryFunction; variable
H A DExceptions.h34 class BinaryFunction; variable
H A DJumpTable.h35 class BinaryFunction; variable
H A DDynoStats.h26 class BinaryFunction; variable
H A DFunctionLayout.h32 class BinaryFunction; variable
H A DBinaryBasicBlock.h153 // Exclusively managed by BinaryFunction. variable
34 class BinaryFunction; global() variable
[all...]
H A DBinaryFunction.h670 BinaryFunction(const std::string &Name, BinarySection &Section, BinaryFunction() function
680 BinaryFunction(const std::string &Name, BinaryContext &BC, bool IsSimple) BinaryFunction() function
[all...]
H A DBinaryContext.h63 class BinaryFunction; global() variable
[all...]
/llvm-project/bolt/include/bolt/Passes/
H A DCacheMetrics.h23 class BinaryFunction; variable
H A DRegAnalysis.h21 class BinaryFunction; variable
H A DBinaryPasses.h413 bool shouldPrint(const BinaryFunction &) const override { return false; } in shouldPrint()
427 bool shouldPrint(const BinaryFunction &) const override { return false; } in shouldPrint()
H A DInstrumentationSummary.h28 class BinaryFunction; variable
/llvm-project/bolt/include/bolt/Profile/
H A DProfileReaderBase.h23 class BinaryFunction; variable
H A DBoltAddressTranslation.h32 class BinaryFunction; variable
H A DDataAggregator.h27 class BinaryFunction; variable
[all...]
H A DDataReader.h33 class BinaryFunction; variable
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.h84 struct BinaryFunction { struct
105 BinaryFunction *Func; argument
[all...]
H A DProfiledBinary.cpp880 for (auto &BinaryFunction : BinaryFunctions) { loadSymbolsFromDWARF() local