/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | InstrumentationMap.cpp | 55 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/ |
D | xray-extract.cpp | 60 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/ |
D | InstrumentationMap.cpp | 55 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/ |
D | xray_init.cpp | 85 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init() 95 const auto &Sled = XRayInstrMap.Sleds[I]; in __xray_init()
|
D | xray_interface.cpp | 186 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()
|
D | xray_interface_internal.h | 77 const XRaySledEntry *Sleds; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 79 SledContainer Sleds; 96 const SledContainer &sleds() const { return Sleds; }; in sleds()
|
/external/llvm-project/llvm/include/llvm/XRay/ |
D | InstrumentationMap.h | 82 SledContainer Sleds; 99 const SledContainer &sleds() const { return Sleds; }; in sleds()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.h | 93 std::vector<XRayFunctionEntry> Sleds; variable
|
D | X86MCInstLower.cpp | 1033 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/ |
D | AsmPrinter.h | 281 SmallVector<XRayFunctionEntry, 4> Sleds; variable
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 311 SmallVector<XRayFunctionEntry, 4> Sleds; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3157 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/ |
D | AsmPrinter.cpp | 3331 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()
|