Home
last modified time | relevance | path

Searched refs:Sleds (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DInstrumentationMap.cpp55 InstrumentationMap::SledContainer &Sleds, in loadObj() argument
150 Sleds.push_back({}); in loadObj()
151 auto &Entry = Sleds.back(); in loadObj()
189 InstrumentationMap::SledContainer &Sleds, in loadYAML() argument
208 Sleds.reserve(YAMLSleds.size()); in loadYAML()
212 Sleds.push_back( in loadYAML()
249 if (auto E = loadYAML(*FdOrErr, FileSize, Filename, Map.Sleds, in loadInstrumentationMap()
252 } else if (auto E = loadObj(Filename, *ObjectFileOrError, Map.Sleds, in loadInstrumentationMap()
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-extract.cpp60 auto Sleds = Map.sleds(); in exportAsYAML() local
61 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end())); in exportAsYAML()
62 for (const auto &Sled : Sleds) { in exportAsYAML()
/external/llvm-project/llvm/lib/XRay/
DInstrumentationMap.cpp55 InstrumentationMap::SledContainer &Sleds, in loadObj() argument
174 Sleds.push_back({}); in loadObj()
175 auto &Entry = Sleds.back(); in loadObj()
224 InstrumentationMap::SledContainer &Sleds, in loadYAML() argument
243 Sleds.reserve(YAMLSleds.size()); in loadYAML()
247 Sleds.push_back(SledEntry{Y.Address, Y.Function, Y.Kind, Y.AlwaysInstrument, in loadYAML()
285 if (auto E = loadYAML(*FdOrErr, FileSize, Filename, Map.Sleds, in loadInstrumentationMap()
288 } else if (auto E = loadObj(Filename, *ObjectFileOrError, Map.Sleds, in loadInstrumentationMap()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_init.cpp85 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()
95 const auto &Sled = XRayInstrMap.Sleds[I]; in __xray_init()
Dxray_interface.cpp186 const auto &Sled = InstrMap.Sleds[I]; in findFunctionSleds()
294 auto *MinSled = &InstrMap.Sleds[0]; in controlPatching()
295 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching()
297 const auto &Sled = InstrMap.Sleds[I]; in controlPatching()
324 auto &Sled = InstrMap.Sleds[I]; in controlPatching()
Dxray_interface_internal.h77 const XRaySledEntry *Sleds; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DInstrumentationMap.h79 SledContainer Sleds;
96 const SledContainer &sleds() const { return Sleds; }; in sleds()
/external/llvm-project/llvm/include/llvm/XRay/
DInstrumentationMap.h82 SledContainer Sleds;
99 const SledContainer &sleds() const { return Sleds; }; in sleds()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h93 std::vector<XRayFunctionEntry> Sleds; variable
DX86MCInstLower.cpp1033 Sleds.emplace_back( in recordSled()
1096 if (Sleds.empty()) in EmitXRayTable()
1105 for (const auto &Sled : Sleds) { in EmitXRayTable()
1117 Sleds.clear(); in EmitXRayTable()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h281 SmallVector<XRayFunctionEntry, 4> Sleds; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DAsmPrinter.h311 SmallVector<XRayFunctionEntry, 4> Sleds; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3157 if (Sleds.empty()) in emitXRayTable()
3198 for (const auto &Sled : Sleds) in emitXRayTable()
3212 Sleds.clear(); in emitXRayTable()
3224 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind, in recordSled()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3331 if (Sleds.empty()) in emitXRayTable()
3375 for (const auto &Sled : Sleds) { in emitXRayTable()
3406 Sleds.clear(); in emitXRayTable()
3418 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind, in recordSled()