Home
last modified time | relevance | path

Searched defs:setPCSections (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMachineInstrBuilder.h319 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DMachineInstrBuilder.h319 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h313 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DMachineInstrBuilder.h319 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMachineInstrBuilder.h319 const MachineInstrBuilder &setPCSections(MDNode *MD) const { in setPCSections() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h373 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h388 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h384 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h384 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h384 void setPCSections(MDNode *MD) { State.PCSections = MD; } in setPCSections() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineInstr.cpp496 void MachineInstr::setPCSections(MachineFunction &MF, MDNode *PCSections) { in setPCSections() function in MachineInstr