Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/Core/
H A DBinaryContext.cpp124 std::unique_ptr<DWARFContext> DwCtx, in BinaryContext() argument
164 createBinaryContext(Triple TheTriple,StringRef InputFileName,SubtargetFeatures * Features,bool IsPIC,std::unique_ptr<DWARFContext> DwCtx,JournalingStreams Logger) createBinaryContext() argument
1918 printDebugInfo(raw_ostream & OS,const MCInst & Instruction,const BinaryFunction * Function,DWARFContext * DwCtx) printDebugInfo() argument
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h608 std::unique_ptr<DWARFContext> DwCtx; scopeLock() variable