Home
last modified time | relevance | path

Searched refs:FnSledIndex (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3337 MCSection *FnSledIndex = nullptr; in emitXRayTable() local
3353 FnSledIndex = OutContext.getELFSection( in emitXRayTable()
3360 FnSledIndex = OutContext.getMachOSection( in emitXRayTable()
3399 if (FnSledIndex) { in emitXRayTable()
3400 OutStreamer->SwitchSection(FnSledIndex); in emitXRayTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp3163 MCSection *FnSledIndex = nullptr; in emitXRayTable() local
3178 FnSledIndex = in emitXRayTable()
3184 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", 0, in emitXRayTable()
3207 OutStreamer->SwitchSection(FnSledIndex); in emitXRayTable()