MCPcopy Create free account
hub / github.com/LFYSec/MScan / buildIR

Method buildIR

src/main/java/pascal/taie/ir/IRBuilder.java:38–38  ·  view source on GitHub ↗

Builds IR for concrete methods.

(JMethod method)

Source from the content-addressed store, hash-verified

36 * Builds IR for concrete methods.
37 */
38 IR buildIR(JMethod method);
39
40 /**
41 * Builds IR for all methods in the given hierarchy.

Callers 1

getIRMethod · 0.65

Implementers 2

CachedIRBuildersrc/main/java/pascal/taie/frontend/cac
IRBuildersrc/main/java/pascal/taie/frontend/soo

Calls

no outgoing calls

Tested by

no test coverage detected