Home
last modified time | relevance | path

Searched defs:LCG (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCallGraphUpdater.h48 LazyCallGraph *LCG = nullptr; variable
66 void initialize(LazyCallGraph &LCG, LazyCallGraph::SCC &SCC, in initialize()
/external/flatbuffers/tests/
Dgo_test.go1610 type LCG uint32 type
Dpy_test.py2232 class LCG(object): class
/external/flatbuffers/tests/rust_usage_test/tests/
Dintegration_test.rs38 struct LCG(u64); struct
39 impl LCG { implementation