Home
last modified time | relevance | path

Searched refs:getCol (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/IR/
DDebugLoc.cpp30 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
75 if (getCol() != 0) in dump()
76 dbgs() << ',' << getCol(); in dump()
93 if (getCol() != 0) in print()
94 OS << ':' << getCol(); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugLoc.cpp31 unsigned DebugLoc::getCol() const { in getCol() function in DebugLoc
114 if (getCol() != 0) in print()
115 OS << ':' << getCol(); in print()
DDiagnosticInfo.cpp195 Twine(Loc.getCol())).str(); in Argument()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugLoc.cpp109 ConstantInt::get(Int32, getLine()), ConstantInt::get(Int32, getCol()), in getAsMDNode()
151 if (getCol() != 0) in dump()
152 dbgs() << ',' << getCol(); in dump()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDebugLoc.h84 unsigned getCol() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugLoc.h94 unsigned getCol() const;
/external/llvm/include/llvm/IR/
DDebugLoc.h94 unsigned getCol() const;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDebugLoc.h75 unsigned getCol() const {
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
DIRBindings.cpp67 Loc.getCol(), in LLVMGetCurrentDebugLocation2()
/external/swiftshader/third_party/LLVM/tools/llvm-dis/
Dllvm-dis.cpp56 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp74 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp333 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp71 OS << DL.getLine() << ":" << DL.getCol(); in printDebugLoc()
/external/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anondaca4fa70211::ExprAST
211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump()
839 DebugLoc::get(AST->getLine(), AST->getCol(), Scope)); in emitLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/Chapter9/
Dtoy.cpp209 int getCol() const { return Loc.Col; } in getCol() function in __anon207a17df0211::ExprAST
211 return out << ':' << getLine() << ':' << getCol() << '\n'; in dump()
839 DebugLoc::get(AST->getLine(), AST->getCol(), Scope)); in emitLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/tutorial/
DLangImpl09.rst317 int getCol() const { return Loc.Col; }
319 return out << ':' << getLine() << ':' << getCol() << '\n';
344 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
/external/llvm/docs/tutorial/
DLangImpl09.rst315 int getCol() const { return Loc.Col; }
317 return out << ':' << getLine() << ':' << getCol() << '\n';
343 DebugLoc::get(AST->getLine(), AST->getCol(), Scope));
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDebugInfo.cpp765 if (DL.getCol() != 0) in printDebugLoc()
766 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/
DCloning.cpp492 EXPECT_EQ(OldDL.getCol(), NewDL.getCol()); in TEST_F()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp847 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
851 return DebugLoc::get(DL.getLine(), DL.getCol(), DL.getScope(Ctx), in updateInlinedAtInfo()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp370 if (DL.getCol() != 0) in printDebugLoc()
371 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/external/kotlinc/lib/
Dkotlin-script-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/script/ kotlin/ ...
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveDebugVariables.cpp420 if (DL.getCol() != 0) in printDebugLoc()
421 CommentOS << ':' << DL.getCol(); in printDebugLoc()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp323 ColumnInfo CI(DL.getCol(), /*EndColumn=*/0); in maybeRecordLocation()
324 if (CI.getStartColumn() != DL.getCol()) in maybeRecordLocation()
358 OS.EmitCVLocDirective(FuncId, FileId, DL.getLine(), DL.getCol(), in maybeRecordLocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1296 recordSourceLine(DL.getLine(), DL.getCol(), Scope, /*Flags=*/0); in beginInstruction()
1325 Column = PrevInstLoc.getCol(); in beginInstruction()
1349 recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags); in beginInstruction()

12