HomeSort by: relevance | last modified time | path
    Searched refs:setContext (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
ArchiveYAML.cpp 21 IO.setContext(&A);
26 IO.setContext(nullptr);
DWARFYAML.cpp 94 IO.setContext(&DWARFCtx);
110 IO.setContext(OldContext);
MachOYAML.cpp 102 IO.setContext(&Object);
120 IO.setContext(nullptr);
143 IO.setContext(&UniversalBinary);
151 IO.setContext(nullptr);
WasmYAML.cpp 38 IO.setContext(&Object);
42 IO.setContext(nullptr);
COFFYAML.cpp 497 IO.setContext(static_cast<void *>(&H));
ELFYAML.cpp 1810 IO.setContext(&Object);
1824 IO.setContext(nullptr);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
llvm-ifs.cpp 169 IO.setContext(&Stub);
176 IO.setContext(&OldContext);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 410 setContext(ContextStr, CState);
471 void setContext(StringRef ContextStr, ContextStateMask CState) {
884 void setContext(const SampleContext &FContext) { Context = FContext; }
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProf.cpp 362 FProfile.setContext(FContext);
SampleProfReader.cpp 271 FProfile.setContext(FContext);
566 FProfile.setContext(FContext);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 288 Io.setContext(&Context);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
YAMLTraits.cpp 47 void IO::setContext(void *Context) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfileGenerator.cpp 209 FProfile.setContext(FContext);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 184 In.setContext(&In);
  /src/external/mit/expat/dist/lib/
xmlparse.c 573 static XML_Bool setContext(XML_Parser parser, const XML_Char *context);
1250 /* hash functions must be initialized before setContext() is called */
1259 return setContext(parser, implicitContext);
1810 || ! setContext(parser, context)) {
1819 need to call setContext. In addition, one also *must* not call
1820 setContext, because this would overwrite existing prefix->binding
7378 * terminating NUL character, as part of setContext(). When
7384 * If the pool is used between the setContext() and
7445 setContext(XML_Parser parser, const XML_Char *context) {
  /src/external/apache2/llvm/dist/clang/lib/Format/
Format.cpp 1444 Input.setContext(Style);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 923 void setContext(DeclContext *DC) { getTopOfStack().Context = DC; }
4281 DSAStack->setContext(CurContext);

Completed in 95 milliseconds