Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h69 class EntryBuilder; variable
180 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h71 class EntryBuilder; variable
188 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h71 class EntryBuilder; variable
187 EntryBuilder(ListBuilder &List, const MCSymbol *Begin, const MCSymbol *End) in EntryBuilder() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h502 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h556 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h594 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h610 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h569 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h594 std::unique_ptr<MachineIRBuilder> EntryBuilder; variable
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/interruption/
H A DVisualInterruptionDecisionProviderTestBase.kt1183 protected class EntryBuilder(val context: Context) { in <lambda>() class in com.android.systemui.statusbar.notification.interruption.VisualInterruptionDecisionProviderTestBase
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp682 IRBuilder<> EntryBuilder(&Fn->getEntryBlock().front()); in getCounterAddress() local