Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2050 DebugLoc EntryDebugLocation; in poisonStack() local
2052 EntryDebugLocation = DebugLoc::get(SP->getScopeLine(), 0, SP); in poisonStack()
2056 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2117 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2124 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2132 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
2136 IRB.SetCurrentDebugLocation(EntryDebugLocation); in poisonStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2840 DebugLoc EntryDebugLocation; in processStaticAllocas() local
2842 EntryDebugLocation = DebugLoc::get(SP->getScopeLine(), 0, SP); in processStaticAllocas()
2846 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2894 if (const DILocation *FnLoc = EntryDebugLocation.get()) { in processStaticAllocas()
2941 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2948 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2956 IRBIf.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2961 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()
2963 IRB.SetCurrentDebugLocation(EntryDebugLocation); in processStaticAllocas()