Home
last modified time | relevance | path

Searched refs:Sled (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp60 for (const auto &Sled : Sleds) { in exportAsYAML() local
61 auto FuncId = Map.getFunctionId(Sled.Function); in exportAsYAML()
64 YAMLSleds.push_back({*FuncId, Sled.Address, Sled.Function, Sled.Kind, in exportAsYAML()
65 Sled.AlwaysInstrument, in exportAsYAML()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h85 const MCSymbol *Sled; member
121 void recordSled(MCSymbol *Sled, const MachineInstr &MI, SledKind Kind);
DX86MCInstLower.cpp1027 void X86AsmPrinter::recordSled(MCSymbol *Sled, const MachineInstr &MI, in recordSled() argument
1034 XRayFunctionEntry{Sled, CurrentFnSym, Kind, AlwaysInstrument, Fn}); in recordSled()
1105 for (const auto &Sled : Sleds) { in EmitXRayTable() local
1106 OutStreamer->EmitSymbolValue(Sled.Sled, 8); in EmitXRayTable()
1108 auto Kind = static_cast<uint8_t>(Sled.Kind); in EmitXRayTable()
1112 StringRef(reinterpret_cast<const char *>(&Sled.AlwaysInstrument), 1)); in EmitXRayTable()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h253 const MCSymbol *Sled; member
270 void recordSled(MCSymbol *Sled, const MachineInstr &MI, SledKind Kind,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2965 Out->EmitSymbolValue(Sled, Bytes); in emit()
3019 for (const auto &Sled : Sleds) in emitXRayTable() local
3020 Sled.emit(WordSizeBytes, OutStreamer.get(), CurrentFnSym); in emitXRayTable()
3036 void AsmPrinter::recordSled(MCSymbol *Sled, const MachineInstr &MI, in recordSled() argument
3045 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind, in recordSled()