Home
last modified time | relevance | path

Searched defs:Force (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-as/
Dllvm-as.cpp41 Force("f", cl::desc("Enable binary output on terminals")); variable
/external/llvm/tools/llvm-link/
Dllvm-link.cpp40 Force("f", cl::desc("Enable binary output on terminals")); variable
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp45 Force("f", cl::desc("Enable binary output on terminals")); variable
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp45 Force("f", cl::desc("Enable binary output on terminals")); variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp561 llvm::Constant *RTTIBuilder::BuildTypeInfo(QualType Ty, bool Force) { in BuildTypeInfo()
DCGDebugInfo.cpp265 unsigned CGDebugInfo::getColumnNumber(SourceLocation Loc, bool Force) { in getColumnNumber()
/external/llvm/tools/opt/
Dopt.cpp68 Force("f", cl::desc("Enable binary output on terminals")); variable
/external/clang/lib/Basic/
DDiagnostic.cpp390 bool DiagnosticsEngine::EmitCurrentDiagnostic(bool Force) { in EmitCurrentDiagnostic()
/external/webkit/Source/WebCore/dom/
DNode.h131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force }; enumerator