Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp57 struct InstrOrderFile { struct
59 GlobalVariable *OrderFileBuffer;
60 GlobalVariable *BufferIdx;
61 GlobalVariable *BitMap;
62 ArrayType *BufferTy;
63 ArrayType *MapTy;
66 InstrOrderFile() {} in InstrOrderFile() function
68 void createOrderFileData(Module &M) { in createOrderFileData()
100 void generateCodeSequence(Module &M, Function &F, int FuncId) { in generateCodeSequence()
160 bool run(Module &M) { in run()