HomeSort by: relevance | last modified time | path
    Searched defs:SetCurrentDebugLocation (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ScalarEvolutionExpander.h 152 Builder.SetCurrentDebugLocation(DbgLoc);
349 void SetCurrentDebugLocation(DebugLoc L) {
350 Builder.SetCurrentDebugLocation(std::move(L));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 195 SetCurrentDebugLocation(I->getDebugLoc());
204 SetCurrentDebugLocation(IP->getDebugLoc());
208 void SetCurrentDebugLocation(DebugLoc L) {
383 Builder.SetCurrentDebugLocation(DbgLoc);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1364 func (b Builder) SetCurrentDebugLocation(line, col uint, scope, inlinedAt Metadata) {
1368 // Get current debug location. Please do not call this function until setting debug location with SetCurrentDebugLocation()

Completed in 23 milliseconds