Searched refs:IDL (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp74 if (DILocation *IDL = DL.getInlinedAt()) {
76 printDebugLoc(IDL, OS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp313 if (const DILocation *IDL = I.getDebugLoc())
314 if (LexicalScope *IScope = getOrCreateLexicalScope(IDL))
/freebsd-12-stable/sys/dev/ctau/
H A Dctddk.h364 SA1, IDL, TRB, RRC, TRC0, TRC1, CST; member in struct:_ct_chan_t
H A Dctau.c495 set(FIE, 0); set(SA0, 0); set(SA1, 0); set(IDL, 0);
514 set(FIE, 1); set(SA0, 1); set(SA1, 1); set(IDL, 1);
1075 outb (c->IDL, 0x7e); /* HDLC flag 01111110 */
1081 outb (c->IDL, 0x7e); /* HDLC flag 01111110 */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1426 DebugLoc IDL = local
1428 BI->setDebugLoc(IDL);

Completed in 197 milliseconds