Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrOrderFile.cpp56 struct InstrOrderFile { struct
58 GlobalVariable *OrderFileBuffer;
59 GlobalVariable *BufferIdx;
60 GlobalVariable *BitMap;
61 ArrayType *BufferTy;
62 ArrayType *MapTy;
65 InstrOrderFile() {} in InstrOrderFile() argument
67 void createOrderFileData(Module &M) { in createOrderFileData()
99 void generateCodeSequence(Module &M, Function &F, int FuncId) { in generateCodeSequence()
159 bool run(Module &M) { in run()