Searched refs:isImplicitCode (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugLoc.cpp58 bool DebugLoc::isImplicitCode() const { function in class:DebugLoc
60 return Loc->isImplicitCode();
H A DLLVMContextImpl.h289 InlinedAt(L->getRawInlinedAt()), ImplicitCode(L->isImplicitCode()) {}
294 ImplicitCode == RHS->isImplicitCode();
H A DAsmWriter.cpp1848 Printer.printBool("isImplicitCode", DL->isImplicitCode(),
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugLoc.h116 bool isImplicitCode() const;
H A DDebugInfoMetadata.h1443 getRawInlinedAt(), isImplicitCode());
1485 bool isImplicitCode() const { return ImplicitCode; } function in class:llvm::DICompileUnit::DILocation
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp789 if (Loc.getLine() == 0 || Loc.isImplicitCode())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3917 bool isImplicitCode = Record.size() == 5 && Record[4]; local
3932 LastLoc = DebugLoc::get(Line, Col, Scope, IA, isImplicitCode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1487 Record.push_back(N->isImplicitCode());
3257 Vals.push_back(DL->isImplicitCode());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4494 /// isImplicitCode: true)
4501 OPTIONAL(isImplicitCode, MDBoolField, (false));
4507 inlinedAt.Val, isImplicitCode.Val));

Completed in 236 milliseconds