Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h63 struct CallSiteEntry { struct
65 MCSymbol *BeginLabel; // Null indicates the start of the function.
66 MCSymbol *EndLabel; // Null indicates the end of the function.
92 void computeCallSiteTable(SmallVectorImpl<CallSiteEntry> &CallSites, argument