Home
last modified time | relevance | path

Searched refs:Annot (Results 1 – 25 of 69) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeInlineSiteSymbol.cpp150 for (const auto &Annot : Sym.annotations()) { in getLineOffset() local
151 switch (Annot.OpCode) { in getLineOffset()
155 CodeOffset += Annot.U1; in getLineOffset()
156 UpdateCodeOffset(Annot.U1); in getLineOffset()
159 UpdateCodeOffset(Annot.U1); in getLineOffset()
162 CodeOffset += Annot.U2; in getLineOffset()
163 UpdateCodeOffset(Annot.U2); in getLineOffset()
164 UpdateCodeOffset(Annot.U1); in getLineOffset()
167 UpdateLineOffset(Annot.S1); in getLineOffset()
170 CodeOffset += Annot.U1; in getLineOffset()
[all …]
H A DNativeFunctionSymbol.cpp68 for (auto &Annot : IS.annotations()) { in inlineSiteContainsAddress() local
69 switch (Annot.OpCode) { in inlineSiteContainsAddress()
73 CodeOffset += Annot.U1; in inlineSiteContainsAddress()
78 CodeOffset += Annot.U1; in inlineSiteContainsAddress()
84 CodeOffset += Annot.U2; in inlineSiteContainsAddress()
85 if (OffsetInFunc >= CodeOffset && OffsetInFunc < CodeOffset + Annot.U1) in inlineSiteContainsAddress()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp721 for (auto &Annot : IS.annotations()) { in visitKnownRecord() local
722 P.formatLine(" {0}", fmt_align(toHex(Annot.Bytes), AlignStyle::Left, 9)); in visitKnownRecord()
740 switch (Annot.OpCode) { in visitKnownRecord()
745 formatCodeOffset(Annot.U1); in visitKnownRecord()
748 formatLineOffset(Annot.S1); in visitKnownRecord()
751 formatCodeLength(Annot.U1); in visitKnownRecord()
755 CodeOffset += Annot.U1; in visitKnownRecord()
758 formatCodeOffset(Annot.U1); in visitKnownRecord()
759 formatLineOffset(Annot.S1); in visitKnownRecord()
762 formatCodeOffset(Annot.U2); in visitKnownRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp50 void MCInstPrinter::printAnnotation(raw_ostream &OS, StringRef Annot) { in printAnnotation() argument
51 if (!Annot.empty()) { in printAnnotation()
53 (*CommentStream) << Annot; in printAnnotation()
56 if (Annot.back() != '\n') in printAnnotation()
59 OS << " " << MAI.getCommentString() << " " << Annot; in printAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZGNUInstPrinter.cpp28 StringRef Annot, in printInst() argument
32 printAnnotation(O, Annot); in printInst()
H A DSystemZHLASMInstPrinter.cpp30 StringRef Annot, in printInst() argument
44 printAnnotation(O, Annot); in printInst()
H A DSystemZGNUInstPrinter.h37 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
H A DSystemZHLASMInstPrinter.h36 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp173 if (const auto Annot = findOneNVVMAnnotation(GV, Prop)) { in globalHasNVVMAnnotation() local
174 assert((*Annot == 1) && "Unexpected annotation on a symbol"); in globalHasNVVMAnnotation()
186 std::vector<unsigned> Annot; in argHasNVVMAnnotation() local
187 if (findAllNVVMAnnotation(Func, Annotation, Annot)) { in argHasNVVMAnnotation()
189 if (is_contained(Annot, BaseOffset + Arg->getArgNo())) { in argHasNVVMAnnotation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchInstPrinter.cpp59 StringRef Annot, in printInst() argument
64 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp35 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
38 printAnnotation(O, Annot); in printInst()
H A DXCoreInstPrinter.h36 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp29 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
32 printAnnotation(O, Annot); in printInst()
H A DBPFInstPrinter.h25 void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kInstPrinter.cpp50 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
55 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430InstPrinter.cpp33 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
37 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCInstPrinter.cpp57 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
133 printAnnotation(O, Annot); in printInst()
149 printAnnotation(O, Annot); in printInst()
185 printAnnotation(O, Annot); in printInst()
209 printAnnotation(O, Annot); in printInst()
216 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRInstPrinter.cpp36 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
84 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp75 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
83 printAnnotation(O, Annot); in printInst()
89 printAnnotation(O, Annot); in printInst()
95 if (printRangePrefetchAlias(MI, STI, O, Annot)) in printInst()
139 printAnnotation(O, Annot); in printInst()
179 printAnnotation(O, Annot); in printInst()
194 printAnnotation(O, Annot); in printInst()
207 printAnnotation(O, Annot); in printInst()
230 printAnnotation(O, Annot); in printInst()
246 printAnnotation(O, Annot); in printInst()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstPrinter.h83 void printAnnotation(raw_ostream &OS, StringRef Annot);
145 virtual void printInst(const MCInst *MI, uint64_t Address, StringRef Annot,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DR600InstPrinter.cpp22 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
25 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp101 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
104 printAnnotation(O, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp87 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
144 printAnnotation(O, Annot); in printInst()
164 printAnnotation(O, Annot); in printInst()
171 printAnnotation(O, Annot); in printInst()
186 printAnnotation(O, Annot); in printInst()
199 printAnnotation(O, Annot); in printInst()
215 printAnnotation(O, Annot); in printInst()
228 printAnnotation(O, Annot); in printInst()
241 printAnnotation(O, Annot); in printInst()
254 printAnnotation(O, Annot); in printInst()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEInstPrinter.cpp41 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
45 printAnnotation(OS, Annot); in printInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYInstPrinter.cpp76 StringRef Annot, const MCSubtargetInfo &STI, in printInst() argument
82 printAnnotation(O, Annot); in printInst()

123