/llvm-project/bolt/lib/Core/ |
H A D | AddressMap.cpp | 28 static void emitLabel(MCStreamer &Streamer, const MCSymbol *OutputLabel) { in emitLabel() function
|
/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.cpp | 88 void MipsELFStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel() function in MipsELFStreamer
|
H A D | MipsTargetStreamer.cpp | 879 void MipsTargetELFStreamer::emitLabel(MCSymbol *S) { emitLabel() function in MipsTargetELFStreamer
|
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCELFStreamer.cpp | 120 MCELFStreamer::emitLabel(Symbol); in emitLabel() function in PPCELFStreamer
|
/llvm-project/llvm/lib/Object/ |
H A D | RecordStreamer.cpp | 84 void RecordStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel() function in RecordStreamer
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvalEmitter.cpp |
|
H A D | ByteCodeEmitter.cpp |
|
/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | InstrumentationRuntimeLibrary.cpp | 99 auto emitLabel = [&Streamer](MCSymbol *Symbol, bool IsGlobal = true) { in emitBinary() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCWasmStreamer.cpp | 42 void MCWasmStreamer::emitLabel(MCSymbol *S, SMLoc Loc) { emitLabel() function in MCWasmStreamer
|
H A D | MCWinCOFFStreamer.cpp | 93 void MCWinCOFFStreamer::emitLabel(MCSymbol *S, SMLoc Loc) { emitLabel() function in MCWinCOFFStreamer
|
H A D | MCMachOStreamer.cpp | 204 void MCMachOStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { emitLabel() function in MCMachOStreamer
|
H A D | MCELFStreamer.cpp | 63 void MCELFStreamer::emitLabel(MCSymbol *S, SMLoc Loc) { emitLabel() function in MCELFStreamer
|
H A D | MCObjectStreamer.cpp | 225 void MCObjectStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { in emitLabel() function in MCObjectStreamer
|
H A D | MCStreamer.cpp | 53 void MCTargetStreamer::emitLabel(MCSymbol *Symbol) {} in emitLabel() function in MCTargetStreamer 414 void MCStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { emitLabel() function in MCStreamer
|
H A D | MCAsmStreamer.cpp | 535 void MCAsmStreamer::emitLabel(MCSymbol *Symbol, SMLoc Loc) { emitLabel() function in MCAsmStreamer
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1081 void ARMTargetELFStreamer::emitLabel(MCSymbol *Symbol) { emitLabel() function in ARMTargetELFStreamer
|
/llvm-project/mlir/lib/Target/Cpp/ |
H A D | TranslateToCpp.cpp | 1476 LogicalResult CppEmitter::emitLabel(Block &block) { emitLabel() function in CppEmitter
|