Home
last modified time | relevance | path

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

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