Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/XRay/
DInstrumentationMap.cpp51 InstrumentationMap::SledContainer &Sleds, in loadELF64() argument
98 Sleds.push_back({}); in loadELF64()
99 auto &Entry = Sleds.back(); in loadELF64()
135 InstrumentationMap::SledContainer &Sleds, in loadYAML() argument
153 Sleds.reserve(YAMLSleds.size()); in loadYAML()
157 Sleds.push_back( in loadYAML()
191 if (auto E = loadYAML(Fd, FileSize, Filename, Map.Sleds, in loadInstrumentationMap()
194 } else if (auto E = loadELF64(Filename, *ObjectFileOrError, Map.Sleds, in loadInstrumentationMap()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-extract.cpp58 auto Sleds = Map.sleds(); in exportAsYAML() local
59 YAMLSleds.reserve(std::distance(Sleds.begin(), Sleds.end())); in exportAsYAML()
60 for (const auto &Sled : Sleds) { in exportAsYAML()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/XRay/
DInstrumentationMap.h80 SledContainer Sleds;
97 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-7.0/llvm/include/llvm/CodeGen/
DAsmPrinter.h264 SmallVector<XRayFunctionEntry, 4> Sleds; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2978 if (Sleds.empty()) in emitXRayTable()
3019 for (const auto &Sled : Sleds) in emitXRayTable()
3033 Sleds.clear(); in emitXRayTable()
3045 Sleds.emplace_back(XRayFunctionEntry{Sled, CurrentFnSym, Kind, in recordSled()