Home
last modified time | relevance | path

Searched refs:addDirective (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCLinkerOptimizationHint.h155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective() function
/src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp367 void addDirective(StringRef MarkerName, const UnattachedDirective &UD) { in addDirective() function in VerifyDiagnosticConsumer::MarkerTracker
662 Markers.addDirective(Marker, D); in ParseDirective()
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp121 getWriter().getLOHContainer().addDirective(Kind, Args); in emitLOHDirective()