Searched refs:isUnknown (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DDebugLoc.h67 /// isUnknown - Return true if this is an unknown location.
68 bool isUnknown() const { return ScopeIdx == 0; } function in class:llvm::DebugLoc
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-dis/
H A Dllvm-dis.cpp60 if (!IDL.isUnknown()) {
82 if (!DL.isUnknown()) {
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java70 public boolean isUnknown() { method in class:Attribute
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDebugLoc.cpp101 if (isUnknown()) return 0;
105 assert(Scope && "If scope is null, this should be isUnknown()");
135 if (!isUnknown()) {
140 if (!InlinedAtDL.isUnknown()) {
H A DDebugInfo.cpp820 if (Loc.isUnknown())
1136 if (!DL.isUnknown()) { // Print source line info.
1147 if (!InlinedAtDL.isUnknown()) {
1162 if (!InlinedAtDL.isUnknown()) {
H A DMetadata.cpp700 if (!DbgLoc.isUnknown()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLexicalScopes.cpp73 if (MIDL.isUnknown()) {
106 if (RangeBeginMI && PrevMI && !PrevDL.isUnknown()) {
305 if (IDL.isUnknown())
H A DMachineInstr.cpp891 if (!getDebugLoc().isUnknown() && !Other->getDebugLoc().isUnknown()
1509 if (!DL.isUnknown()) { // Print source line info.
1520 if (!InlinedAtDL.isUnknown()) {
1729 if (!InlinedAtDL.isUnknown()) {
1735 } else if (!debugLoc.isUnknown() && MF) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp111 assert(!FirstLoc.isUnknown()
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp115 assert(!FirstLoc.isUnknown()
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h149 /// isUnknown - Return true if this MemDepResult represents a query which
151 bool isUnknown() const { function in class:llvm::MemDepResult
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DInstruction.h128 return !DbgLoc.isUnknown() || hasMetadataHashEntry();
H A DIRBuilder.h120 if (!CurDbgLocation.isUnknown())
403 if (!getCurrentDebugLocation().isUnknown())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DMemDepPrinter.cpp71 assert(dep.isUnknown() && "unexptected dependence type");
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1151 if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
1158 if (PrologEndLoc.isUnknown())
1161 if (!DL.isUnknown()) {
1361 if (PrologEndLoc.isUnknown() && !MI->getDebugLoc().isUnknown())
1436 if (!PrologEndLoc.isUnknown()) {
/macosx-10.10.1/bootp-298/bootpd.tproj/
H A Dbootplookup.c453 isUnknown enumerator in enum:__anon6669
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/IPO/
H A DStripSymbols.cpp277 if (!BI->getDebugLoc().isUnknown()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DInlineFunction.cpp460 if (TheCallDL.isUnknown())
467 if (!DL.isUnknown()) {
H A DLocal.cpp857 if (!SIDL.isUnknown())
879 if (!LIDL.isUnknown())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp218 if (prevDebugLoc.isUnknown() && curLoc.isUnknown())
226 if (curLoc.isUnknown())
/macosx-10.10.1/llvmCore-3425.0.34/lib/Bitcode/Writer/
H A DValueEnumerator.cpp99 if (!I->getDebugLoc().isUnknown()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp120 !DI->getDebugLoc().isUnknown()) {
H A DSelectionDAGDumper.cpp500 if (G && !dl.isUnknown()) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp750 if (DL.isUnknown()) return;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp404 if (Loc.isUnknown()) continue;

Completed in 520 milliseconds

12